sunggg commented on code in PR #14406:
URL: https://github.com/apache/tvm/pull/14406#discussion_r1148897498
##########
src/runtime/contrib/tflite/tflite_runtime.h:
##########
@@ -60,6 +60,9 @@ class TFLiteRuntime : public ModuleNode {
*/
const char* type_key() const { return "TFLiteRuntime"; }
+ /*! \brief Get the property of the runtime module .*/
+ uint8_t GetProperty() const final { return property::kRunnable; };
Review Comment:
Done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]