From 50b913873dae0ddd6f6d7cb4bc17e02c7b7cfce4 Mon Sep 17 00:00:00 2001 From: FrozenGene Date: Wed, 8 May 2019 01:20:45 +0800 Subject: [PATCH] Minor comment fix --- python/tvm/relay/frontend/tflite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/relay/frontend/tflite.py b/python/tvm/relay/frontend/tflite.py index d5bc56763d04..bfd63bb0140e 100644 --- a/python/tvm/relay/frontend/tflite.py +++ b/python/tvm/relay/frontend/tflite.py @@ -235,7 +235,7 @@ def convert_softmax(self, op): return out def convert_concatenation(self, op): - """ convert TFLite concatenation""" + """Convert TFLite concatenation""" try: from tflite.Operator import Operator from tflite.ConcatenationOptions import ConcatenationOptions