Merge pull request #21611 from kouml:removing_redundant_semicolon
PiperOrigin-RevId: 212346420
This commit is contained in:
commit
5b4e922701
@ -50,7 +50,7 @@ class TocoFromProtosTest(googletest.TestCase):
|
|||||||
toco_flags.output_format = toco_flags_pb2.TFLITE
|
toco_flags.output_format = toco_flags_pb2.TFLITE
|
||||||
toco_flags.inference_input_type = types_pb2.FLOAT
|
toco_flags.inference_input_type = types_pb2.FLOAT
|
||||||
toco_flags.inference_type = types_pb2.FLOAT
|
toco_flags.inference_type = types_pb2.FLOAT
|
||||||
toco_flags.allow_custom_ops = True;
|
toco_flags.allow_custom_ops = True
|
||||||
model_flags = model_flags_pb2.ModelFlags()
|
model_flags = model_flags_pb2.ModelFlags()
|
||||||
input_array = model_flags.input_arrays.add()
|
input_array = model_flags.input_arrays.add()
|
||||||
input_array.name = TensorName(in_tensor)
|
input_array.name = TensorName(in_tensor)
|
||||||
|
Loading…
Reference in New Issue
Block a user