Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py62 if c_api.TF_DeleteImportGraphDefOptions is not None:
63 c_api.TF_DeleteImportGraphDefOptions(self.options)
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc104 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc697 TF_DeleteImportGraphDefOptions(opts); in TEST()
744 TF_DeleteImportGraphDefOptions(opts); in TEST()
781 TF_DeleteImportGraphDefOptions(opts); in TEST()
801 TF_DeleteImportGraphDefOptions(opts); in TEST()
857 TF_DeleteImportGraphDefOptions(opts); in TEST()
893 TF_DeleteImportGraphDefOptions(opts); in TEST()
913 TF_DeleteImportGraphDefOptions(opts); in TEST()
Dc_api.h893 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
Dc_api.cc1911 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function
2481 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
/external/tensorflow/tensorflow/go/
Dgraph.go100 defer C.TF_DeleteImportGraphDefOptions(opts)