aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-10 15:33:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-10 15:33:27 -0700
commit5b4e922701c6b1476bbfa0271783df5b3e855bf2 (patch)
tree0663abdb420368fe67ee6894aea77baaf9c0dee1 /tensorflow/contrib/lite/toco
parenta5752eb9cb266262f3b7a289f12c21e268b3041d (diff)
parent48aef32dcd356fa6bae490fa1c853b9b2cdd4846 (diff)
Merge pull request #21611 from kouml:removing_redundant_semicolon
PiperOrigin-RevId: 212346420
Diffstat (limited to 'tensorflow/contrib/lite/toco')
-rw-r--r--tensorflow/contrib/lite/toco/python/toco_from_protos_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py b/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py
index 3761e0095e..75c1c8970c 100644
--- a/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py
+++ b/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py
@@ -50,7 +50,7 @@ class TocoFromProtosTest(googletest.TestCase):
toco_flags.output_format = toco_flags_pb2.TFLITE
toco_flags.inference_input_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()
input_array = model_flags.input_arrays.add()
input_array.name = TensorName(in_tensor)