Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1991 : BaseOperator(name, type), enable_select_tf_ops_(enable_select_tf_ops) {} in TensorFlowUnsupported()
2022 if (enable_select_tf_ops_) { in WriteOptions()
2033 if (ShouldExportAsFlexOp(enable_select_tf_ops_, node_def.op())) { in WriteOptions()
2179 const bool enable_select_tf_ops_; member in toco::tflite::TensorFlowUnsupported