Skip to content

Commit 789f53f

Browse files
Weiming Zhaoweimingzha0
Weiming Zhao
authored andcommitted
[Fix Typo] In onnx_parser comments
1 parent 822f727 commit 789f53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parser/onnx/onnx_parser.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static size_t GetTensorDataSize(const onnx::TensorProto& tensor_proto) {
288288
case onnx::TensorProto::STRING:
289289
return tensor_proto.string_data_size();
290290
case onnx::TensorProto::BOOL:
291-
return 0; // 0 means bool storated in raw data
291+
return 0; // 0 means bool is stored in raw data
292292
default:
293293
LOG(ERROR) << "Unsupported DataType.";
294294
return 0;

0 commit comments

Comments
 (0)