Skip to content

Commit

Permalink
不要な文が残ってたのを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Hori committed Jan 25, 2018
1 parent be0fc72 commit b427e86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/test/utils/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ def create_dim(d):
dims = [create_dim(d) for d in var_dict[ov.variable_name].dim]
o.type.tensor_type.shape.dim.extend(dims)

graph.input

def nnp_model_to_onnx_protobuf(nnp):
mp = ModelProto()
mp.ir_version = MIN_ONNX_IR_VERSION
Expand Down

0 comments on commit b427e86

Please sign in to comment.