Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_translate.cc82 bool emit_custom_ops; variable
105 llvm::cl::location(emit_custom_ops), llvm::cl::init(false));
163 options.emit_custom_ops = emit_custom_ops; in MlirToFlatBufferFileTranslateFunction()
Dflatbuffer_translate.h34 bool emit_custom_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
179 options.emit_custom_ops = emit_custom_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
193 options.emit_custom_ops = emit_custom_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
Dflatbuffer_translate_flags.h25 extern bool emit_custom_ops;
Dflatbuffer_export_flags.h25 extern bool emit_custom_ops;
Dmlir_tflite_runner.cc125 options.emit_custom_ops = emit_custom_ops; in main()
Dflatbuffer_export.h30 bool emit_custom_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.cc449 bool emit_custom_ops,
457 bool emit_select_tf_ops, bool emit_custom_ops, in Translator() argument
475 if (emit_custom_ops) { in Translator()
1710 bool emit_custom_ops, in Translate() argument
1720 emit_custom_ops, select_user_tf_ops, tags, in Translate()
1961 options.emit_custom_ops, options.select_user_tf_ops, in MlirToFlatBufferTranslateFunction()
/external/tensorflow/tensorflow/compiler/mlir/lite/sparsity/
Dsparsify_model.cc74 options.emit_custom_ops = true; in SparsifyModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc297 bool emit_custom_ops = toco_flags.allow_custom_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.cc114 options.emit_custom_ops = true; in QuantizeModel()