Searched refs:TF_GraphImportGraphDef (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/ |
H A D | graph_jni.cc | 105 TF_GraphImportGraphDef(g, buf, opts, status); in Java_org_tensorflow_Graph_importGraphDef()
|
/aosp_15_r20/external/tensorflow/tensorflow/go/ |
H A D | graph.go | 166 C.TF_GraphImportGraphDef(g.c, buf, opts, status.c)
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api_test.cc | 721 TF_GraphImportGraphDef(graph, graph_def, opts, s); in TEST() 810 TF_GraphImportGraphDef(graph, graph_def, opts, s); in TEST() 846 TF_GraphImportGraphDef(graph, graph_def, opts, s); in TEST() 948 TF_GraphImportGraphDef(graph, graph_def, opts, s); in TEST()
|
H A D | c_api.h | 873 TF_CAPI_EXPORT extern void TF_GraphImportGraphDef(
|
H A D | c_api.cc | 1832 void TF_GraphImportGraphDef(TF_Graph* graph, const TF_Buffer* graph_def, in TF_GraphImportGraphDef() function
|