Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc1733 static void GraphImportGraphDefLocked(TF_Graph* graph, const GraphDef& def, in GraphImportGraphDefLocked() function
1795 GraphImportGraphDefLocked(graph, def, options, results, status); in TF_GraphImportGraphDefWithResults()
1826 GraphImportGraphDefLocked(graph, def, options, &results, status); in TF_GraphImportGraphDefWithReturnOutputs()
2260 GraphImportGraphDefLocked(graph, bundle.meta_graph_def.graph_def(), in TF_LoadSessionFromSavedModel()