Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_translate.cc83 bool emit_select_tf_ops; variable
99 llvm::cl::location(emit_select_tf_ops), llvm::cl::init(false));
164 options.emit_select_tf_ops = emit_select_tf_ops; in MlirToFlatBufferFileTranslateFunction()
Dflatbuffer_translate.h33 bool emit_select_tf_ops,
39 bool emit_builtin_tflite_ops, bool emit_select_tf_ops, bool emit_custom_ops,
Dtf_to_tfl_flatbuffer.cc139 bool emit_select_tf_ops, bool emit_custom_ops, in ConvertTFExecutorToTFLOrFlatbuffer() argument
177 options.emit_select_tf_ops = emit_select_tf_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
191 options.emit_select_tf_ops = emit_select_tf_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
Dflatbuffer_translate_flags.h24 extern bool emit_select_tf_ops;
Dflatbuffer_export_flags.h24 extern bool emit_select_tf_ops;
Dmlir_tflite_runner.cc126 options.emit_select_tf_ops = emit_select_tf_ops; in main()
Dflatbuffer_export.h29 bool emit_select_tf_ops = false; member
Dtf_to_tfl_flatbuffer.h65 bool emit_select_tf_ops, bool emit_custom_ops,
Dtf_tfl_translate.cc244 emit_select_tf_ops, emit_custom_ops, in main()
Dflatbuffer_export.cc448 ModuleOp module, bool emit_builtin_tflite_ops, bool emit_select_tf_ops,
457 bool emit_select_tf_ops, bool emit_custom_ops, in Translator() argument
472 if (emit_select_tf_ops) { in Translator()
1709 ModuleOp module, bool emit_builtin_tflite_ops, bool emit_select_tf_ops, in Translate() argument
1719 Translator translator(module, emit_builtin_tflite_ops, emit_select_tf_ops, in Translate()
1960 module, options.emit_builtin_tflite_ops, options.emit_select_tf_ops, in MlirToFlatBufferTranslateFunction()
/external/tensorflow/tensorflow/compiler/mlir/lite/sparsity/
Dsparsify_model.cc73 options.emit_select_tf_ops = true; in SparsifyModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc296 bool emit_select_tf_ops = toco_flags.enable_select_tf_ops(); in ConvertMLIRToTFLiteFlatBuffer() local
323 emit_select_tf_ops, emit_custom_ops, select_user_tf_ops, in ConvertMLIRToTFLiteFlatBuffer()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc113 options.emit_select_tf_ops = true; in QuantizeModel()