Skip to content

Commit 481ad99

Browse files
lutzroederbddppq
authored andcommitted
Fix TensorProto int32_data comment (#1509)
1 parent f04fbe0 commit 481ad99

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

onnx/onnx-ml.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ message TensorProto {
343343
// float16 values must be bit-wise converted to an uint16_t prior
344344
// to writing to the buffer.
345345
// When this field is present, the data_type field MUST be
346-
// INT32, INT16, INT8, UINT16, INT8, BOOL, or FLOAT16
346+
// INT32, INT16, INT8, UINT16, UINT8, BOOL, or FLOAT16
347347
repeated int32 int32_data = 5 [packed = true];
348348

349349
// For strings.

onnx/onnx-ml.proto3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ message TensorProto {
343343
// float16 values must be bit-wise converted to an uint16_t prior
344344
// to writing to the buffer.
345345
// When this field is present, the data_type field MUST be
346-
// INT32, INT16, INT8, UINT16, INT8, BOOL, or FLOAT16
346+
// INT32, INT16, INT8, UINT16, UINT8, BOOL, or FLOAT16
347347
repeated int32 int32_data = 5 [packed = true];
348348

349349
// For strings.

onnx/onnx.in.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ message TensorProto {
340340
// float16 values must be bit-wise converted to an uint16_t prior
341341
// to writing to the buffer.
342342
// When this field is present, the data_type field MUST be
343-
// INT32, INT16, INT8, UINT16, INT8, BOOL, or FLOAT16
343+
// INT32, INT16, INT8, UINT16, UINT8, BOOL, or FLOAT16
344344
repeated int32 int32_data = 5 [packed = true];
345345

346346
// For strings.

onnx/onnx.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ message TensorProto {
341341
// float16 values must be bit-wise converted to an uint16_t prior
342342
// to writing to the buffer.
343343
// When this field is present, the data_type field MUST be
344-
// INT32, INT16, INT8, UINT16, INT8, BOOL, or FLOAT16
344+
// INT32, INT16, INT8, UINT16, UINT8, BOOL, or FLOAT16
345345
repeated int32 int32_data = 5 [packed = true];
346346

347347
// For strings.

onnx/onnx.proto3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ message TensorProto {
341341
// float16 values must be bit-wise converted to an uint16_t prior
342342
// to writing to the buffer.
343343
// When this field is present, the data_type field MUST be
344-
// INT32, INT16, INT8, UINT16, INT8, BOOL, or FLOAT16
344+
// INT32, INT16, INT8, UINT16, UINT8, BOOL, or FLOAT16
345345
repeated int32 int32_data = 5 [packed = true];
346346

347347
// For strings.

0 commit comments

Comments
 (0)