Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.h37 std::unique_ptr<Model> ImportTensorFlowGraphDef(
41 std::unique_ptr<Model> ImportTensorFlowGraphDef(
Dtoco_tooling.cc220 model = ImportTensorFlowGraphDef(model_flags, tf_import_flags, in Import()
Dimport_tensorflow.cc2558 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2615 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2626 return ImportTensorFlowGraphDef(model_flags, tf_import_flags, *tf_graph); in ImportTensorFlowGraphDef()