Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py57 self.options = c_api.TF_NewImportGraphDefOptions()
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc83 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in Java_org_tensorflow_Graph_importGraphDef()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc658 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()
698 opts = TF_NewImportGraphDefOptions(); in TEST()
745 opts = TF_NewImportGraphDefOptions(); in TEST()
782 opts = TF_NewImportGraphDefOptions(); in TEST()
835 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()
886 TF_ImportGraphDefOptions* opts = TF_NewImportGraphDefOptions(); in TEST()
894 opts = TF_NewImportGraphDefOptions(); in TEST()
Dc_api.h892 TF_CAPI_EXPORT extern TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions();
Dc_api.cc1908 TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() { in TF_NewImportGraphDefOptions() function
2477 TF_ImportGraphDefOptions* import_opts = TF_NewImportGraphDefOptions(); in TF_LoadSessionFromSavedModel()
/external/tensorflow/tensorflow/go/
Dgraph.go99 opts := C.TF_NewImportGraphDefOptions()