Home
last modified time | relevance | path

Searched defs:graph_as_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate.cc52 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirImport()
110 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirTranslateFunction()
128 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToMlirTranslateFunction()
224 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToSplattedMlirTranslateFunction()
272 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToSplattedMlirTranslateFunction()
Dtf_mlir_translate_cl.cc104 opt<bool> graph_as_function("tf-graph-as-function", variable
Dmlir_roundtrip_flags.h56 bool graph_as_function = false; member