Skip to content

Commit f843f91

Browse files
committed
Merge branch 'yanchen/rm-asserts'
Signed-off-by: Yang Chen <yanchen@microsoft.com>
2 parents 3ea8507 + d01ef8f commit f843f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/CNTKv2LibraryDll/proto/onnx/CNTKToONNX.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,6 @@ void CNTKToONNXHelper::UpdateONNXType(CNTK::DataType dataType, onnx::TypeProto &
22932293
std::string CNTKToONNXHelper::ToOPName(const FunctionPtr& src)
22942294
{
22952295
auto lookup = Operators::CntkToONNXLookup();
2296-
assert(lookup.count(src->OpName()) != 0);
22972296

22982297
std::string opName = ToLegacyString(ToUTF8(src->OpName()));
22992298
if (lookup.count(src->OpName()) == 1)

0 commit comments

Comments
 (0)