Home
last modified time | relevance | path

Searched defs:emit_custom_ops (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.h31 bool emit_custom_ops = false; member
Dflatbuffer_translate.cc85 bool emit_custom_ops; variable
Dtf_to_tfl_flatbuffer.cc144 bool emit_select_tf_ops, bool emit_custom_ops, bool allow_all_select_tf_ops, in ConvertTFExecutorToTFLOrFlatbuffer()
Dflatbuffer_export.cc492 bool emit_select_tf_ops, bool emit_custom_ops, in Translator()
1751 bool emit_custom_ops, bool allow_all_select_tf_ops, in Translate()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc304 bool emit_custom_ops = toco_flags.allow_custom_ops(); in ConvertMLIRToTFLiteFlatBuffer() local