Skip to content

Commit aefc71f

Browse files
committed
lint
Signed-off-by: xadupre <[email protected]>
1 parent bc1dd9a commit aefc71f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tf2onnx/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@
3838
onnx_pb.TensorProto.FLOAT: np.float32,
3939
onnx_pb.TensorProto.FLOAT16: np.float16,
4040
onnx_pb.TensorProto.DOUBLE: np.float64,
41+
onnx_pb.TensorProto.INT64: np.int64,
4142
onnx_pb.TensorProto.INT32: np.int32,
4243
onnx_pb.TensorProto.INT16: np.int16,
4344
onnx_pb.TensorProto.INT8: np.int8,
4445
onnx_pb.TensorProto.UINT8: np.uint8,
4546
onnx_pb.TensorProto.UINT16: np.uint16,
4647
onnx_pb.TensorProto.UINT32: np.uint32,
4748
onnx_pb.TensorProto.UINT64: np.uint64,
48-
onnx_pb.TensorProto.INT64: np.int64,
49-
onnx_pb.TensorProto.INT64: np.int64,
5049
onnx_pb.TensorProto.BOOL: bool,
5150
onnx_pb.TensorProto.COMPLEX64: np.complex64,
5251
onnx_pb.TensorProto.COMPLEX128: np.complex128,

0 commit comments

Comments
 (0)