Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc140 const std::unordered_set<std::string>& select_user_tf_ops, in ConvertTFExecutorToTFLOrFlatbuffer() argument
178 options.select_user_tf_ops = select_user_tf_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
192 options.select_user_tf_ops = select_user_tf_ops; in ConvertTFExecutorToTFLOrFlatbuffer()
Dflatbuffer_export.h34 std::unordered_set<std::string> select_user_tf_ops; member
Dtf_to_tfl_flatbuffer.h66 const std::unordered_set<std::string>& select_user_tf_ops,
Dflatbuffer_export.cc450 const std::unordered_set<std::string>& select_user_tf_ops,
458 const std::unordered_set<std::string>& select_user_tf_ops, in Translator() argument
465 select_user_tf_ops_(select_user_tf_ops) { in Translator()
1711 const std::unordered_set<std::string>& select_user_tf_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/lite/python/
Dconvert.py324 select_user_tf_ops=None, argument
342 if select_user_tf_ops:
343 toco.select_user_tf_ops.extend(select_user_tf_ops)
389 select_user_tf_ops=None):
488 conversion_summary_dir, select_user_tf_ops)
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc299 const std::unordered_set<std::string> select_user_tf_ops( in ConvertMLIRToTFLiteFlatBuffer() local
300 toco_flags.select_user_tf_ops().begin(), in ConvertMLIRToTFLiteFlatBuffer()
301 toco_flags.select_user_tf_ops().end()); in ConvertMLIRToTFLiteFlatBuffer()
323 emit_select_tf_ops, emit_custom_ops, select_user_tf_ops, in ConvertMLIRToTFLiteFlatBuffer()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_flags.proto232 repeated string select_user_tf_ops = 33; field