ZihengJiang commented on a change in pull request #4698: [Runtime] EdgeTPU
runtime for Coral Boards
URL: https://github.com/apache/incubator-tvm/pull/4698#discussion_r366016395
##########
File path: python/tvm/contrib/tflite_runtime.py
##########
@@ -50,20 +59,19 @@ class TFLiteModule(object):
Parameters
----------
module : Module
- The interal tvm module that holds the actual tflite functions.
+ The internal tvm module that holds the actual tflite functions.
Attributes
----------
module : Module
- The interal tvm module that holds the actual tflite functions.
+ The internal tvm module that holds the actual tflite functions.
"""
def __init__(self, module):
self.module = module
self._set_input = module["set_input"]
self._invoke = module["invoke"]
self._get_output = module["get_output"]
- self._allocate_tensors = module["allocate_tensors"]
Review comment:
why remove?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services