Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc105 TF_GraphImportGraphDef(g, buf, opts, status); in Java_org_tensorflow_Graph_importGraphDef()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dgraph.go166 C.TF_GraphImportGraphDef(g.c, buf, opts, status.c)
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc721 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 Dc_api.h873 TF_CAPI_EXPORT extern void TF_GraphImportGraphDef(
H A Dc_api.cc1832 void TF_GraphImportGraphDef(TF_Graph* graph, const TF_Buffer* graph_def, in TF_GraphImportGraphDef() function