Searched refs:ConvertGraphDef (Results 1 – 1 of 1) sorted by relevance
99 StatusOr<OwningOpRef<ModuleOp>> ConvertGraphDef(const GraphDef &graph);264 StatusOr<OwningOpRef<ModuleOp>> GraphDefImporter::ConvertGraphDef( in ConvertGraphDef() function in mlir::tfg::GraphDefImporter907 return importer.ConvertGraphDef(graph_def); in ImportGraphDef()