Home
last modified time | relevance | path

Searched refs:is_custom_op_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h112 bool is_custom_op() const { return is_custom_op_; } in is_custom_op()
153 bool is_custom_op_ = false; variable
Dexport.cc131 is_custom_op_ = true; in OperatorKey()
141 is_custom_op_ = false; in OperatorKey()
153 is_custom_op_ = false; in OperatorKey()