Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.h38 std::unique_ptr<Model> ImportTensorFlowGraphDef(
44 std::unique_ptr<Model> ImportTensorFlowGraphDef(
H A Dtoco_tooling.cc226 model = ImportTensorFlowGraphDef(model_flags, tf_import_flags, in Import()
H A Dimport_tensorflow.cc2738 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2796 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2807 return ImportTensorFlowGraphDef(model_flags, tf_import_flags, *tf_graph); in ImportTensorFlowGraphDef()