Skip to content

Commit 99a272b

Browse files
author
KeDengMS
committed
Fix hard tabs
1 parent a4621a8 commit 99a272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CNTKv2LibraryDll/proto/onnx/CNTKToONNX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7425,7 +7425,7 @@ onnxruntime::Node* CNTKToONNXHelper::AddNode(const FunctionPtr& src, onnxruntime
74257425
// some Times nodes may carry custom attributes that need to be saved in ONNX as NodeProto.doc_string
74267426
std::string customAttrsStr =
74277427
src->GetCustomAttributes().Size() == 0 ?
7428-
"" :
7428+
"" :
74297429
"{\"custom_attributes\":" + SerializeDictionaryToString(src->GetCustomAttributes()) + "}";
74307430

74317431
if (reductionRank > 1 || py_api_output_rank_argument > 1) // We need to insert reshape.

0 commit comments

Comments
 (0)