Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.h38 std::unique_ptr<Model> ImportTensorFlowGraphDef(
44 std::unique_ptr<Model> ImportTensorFlowGraphDef(
Dtoco_tooling.cc225 model = ImportTensorFlowGraphDef(model_flags, tf_import_flags, in Import()
Dimport_tensorflow.cc2730 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2788 std::unique_ptr<Model> ImportTensorFlowGraphDef( in ImportTensorFlowGraphDef() function
2799 return ImportTensorFlowGraphDef(model_flags, tf_import_flags, *tf_graph); in ImportTensorFlowGraphDef()