Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc533 Status PreprocessGraphDef(const GraphImportConfig* specs, GraphDef* graph_def) { in PreprocessGraphDef() function
3535 TF_RETURN_IF_ERROR(PreprocessGraphDef(nullptr, &preprocessed_graphdef)); in Convert()
4211 TF_RETURN_IF_ERROR(PreprocessGraphDef(&specs, &preprocessed_graphdef)); in ConvertGraphdefToMlir()