Searched refs:GraphImportGraphDefLocked (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2115 static void GraphImportGraphDefLocked(TF_Graph* graph, const GraphDef& def, in GraphImportGraphDefLocked() function 2177 GraphImportGraphDefLocked(graph, def, options, results, status); in TF_GraphImportGraphDefWithResults() 2208 GraphImportGraphDefLocked(graph, def, options, &results, status); in TF_GraphImportGraphDefWithReturnOutputs() 2643 GraphImportGraphDefLocked(graph, bundle.meta_graph_def.graph_def(), in TF_LoadSessionFromSavedModel()
|