Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dtf_mlir_translate.cc52 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirImport()
112 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToMlirTranslateFunction()
130 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToMlirTranslateFunction()
250 bool graph_as_function, bool upgrade_legacy, bool enable_shape_inference, in GraphdefToSplattedMlirTranslateFunction()
299 bool convert_legacy_fed_inputs, bool graph_as_function, bool upgrade_legacy, in GraphdefToSplattedMlirTranslateFunction()
H A Dtf_mlir_translate_cl.cc105 opt<bool> graph_as_function("tf-graph-as-function", variable
H A Dmlir_roundtrip_flags.h71 bool graph_as_function = false; member