Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_mlir.py49 upgrade_legacy, argument
53 str(tags).encode('utf-8'), upgrade_legacy, show_debug_info)
57 lift_variables, upgrade_legacy, argument
61 str(tags).encode('utf-8'), lift_variables, upgrade_legacy,
Dmlir_wrapper.cc63 bool upgrade_legacy, bool show_debug_info) { in PYBIND11_MODULE() argument
68 saved_model_path, tags, upgrade_legacy, show_debug_info, in PYBIND11_MODULE()
76 bool lift_variables, bool upgrade_legacy, bool show_debug_info) { in PYBIND11_MODULE() argument
81 saved_model_path, tags, lift_variables, upgrade_legacy, in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate.cc52 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirImport() argument
67 specs.upgrade_legacy = upgrade_legacy; in GraphdefToMlirImport()
110 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirTranslateFunction() argument
115 convert_legacy_fed_inputs, graph_as_function, upgrade_legacy, in GraphdefToMlirTranslateFunction()
128 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToMlirTranslateFunction() argument
145 upgrade_legacy, enable_shape_inference, context); in GraphdefToMlirTranslateFunction()
224 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToSplattedMlirTranslateFunction() argument
229 convert_legacy_fed_inputs, graph_as_function, upgrade_legacy, in GraphdefToSplattedMlirTranslateFunction()
272 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToSplattedMlirTranslateFunction() argument
289 upgrade_legacy, enable_shape_inference, context); in GraphdefToSplattedMlirTranslateFunction()
Dtf_mlir_translate.h48 bool graph_as_function, bool upgrade_legacy,
62 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy,
76 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference,
89 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy,
Dtf_mlir_translate_registration.cc49 convert_legacy_fed_inputs, graph_as_function, upgrade_legacy, in GraphdefToMlirTranslateFunction()
63 convert_legacy_fed_inputs, graph_as_function, upgrade_legacy, in GraphdefToSplattedMlirTranslateFunction()
Dmlir_import_options.h23 bool upgrade_legacy = false; member
Dtf_mlir_translate_cl.h41 extern llvm::cl::opt<bool> upgrade_legacy;
Dmlir_roundtrip_flags.h59 bool upgrade_legacy = false; member
Dtf_mlir_translate_cl.cc109 opt<bool> upgrade_legacy("tf-upgrade-legacy", variable
Dimport_model.cc3361 if (import_options.upgrade_legacy) { in Create()
3372 if (import_options.upgrade_legacy) { in Create()
3877 if (specs.upgrade_legacy) { in ConvertGraphdefToMlir()
3892 if (specs.upgrade_legacy) { in ConvertGraphToMlir()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc166 bool upgrade_legacy, bool show_debug_info, TF_Status *status) { in ExperimentalConvertSavedModelV1ToMlirLite() argument
173 import_options.upgrade_legacy = upgrade_legacy; in ExperimentalConvertSavedModelV1ToMlirLite()
187 bool lift_variables, bool upgrade_legacy, bool show_debug_info, in ExperimentalConvertSavedModelV1ToMlir() argument
206 import_options.upgrade_legacy = upgrade_legacy; in ExperimentalConvertSavedModelV1ToMlir()
Dmlir.h73 bool upgrade_legacy, bool show_debug_info, TF_Status *status);
87 bool lift_variables, bool upgrade_legacy, bool show_debug_info,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
Dcommon_v1.py106 upgrade_legacy = True
110 upgrade_legacy, show_debug_info)
120 lift_variables, upgrade_legacy, show_debug_info)
/external/tensorflow/tensorflow/compiler/mlir/
Dtf_mlir_translate_main.cc132 import_options.upgrade_legacy = upgrade_legacy; in main()
141 import_options.upgrade_legacy = upgrade_legacy; in main()
Dmlir_graph_optimization_pass.cc195 import_config.upgrade_legacy = true; in Run()
354 import_config.upgrade_legacy = true; in Run()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc126 /*graph_as_function=*/false, specs.upgrade_legacy, in LoadFromGraphdefOrMlirSource()
133 /*graph_as_function=*/false, specs.upgrade_legacy, in LoadFromGraphdefOrMlirSource()
242 options.upgrade_legacy = specs.upgrade_legacy; in ImportSavedModel()
Dtf_tfl_translate.cc149 specs.upgrade_legacy = upgrade_legacy; in main()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dgraphdef_to_tfl_flatbuffer.cc79 specs.upgrade_legacy = true; in ConvertGraphDefToTFLiteFlatBuffer()
Dsaved_model_to_tfl_flatbuffer.cc158 specs.upgrade_legacy = true; in ConvertSavedModelToTFLiteFlatBuffer()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dmlir_tf2xla.cc124 specs.upgrade_legacy = true; in ConvertGraphDefToXlaViaMlir()