We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822385 commit ee721deCopy full SHA for ee721de
python/tvm/relay/frontend/tflite.py
@@ -235,7 +235,7 @@ def convert_softmax(self, op):
235
return out
236
237
def convert_concatenation(self, op):
238
- """ convert TFLite concatenation"""
+ """Convert TFLite concatenation"""
239
try:
240
from tflite.Operator import Operator
241
from tflite.ConcatenationOptions import ConcatenationOptions
0 commit comments