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.py64 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:
65 c_api.TF_DeleteImportGraphDefOptions(self.options)
/external/tensorflow/tensorflow/c/
Dc_api_test.cc718 TF_DeleteImportGraphDefOptions(opts); in TEST()
765 TF_DeleteImportGraphDefOptions(opts); in TEST()
802 TF_DeleteImportGraphDefOptions(opts); in TEST()
822 TF_DeleteImportGraphDefOptions(opts); in TEST()
878 TF_DeleteImportGraphDefOptions(opts); in TEST()
914 TF_DeleteImportGraphDefOptions(opts); in TEST()
934 TF_DeleteImportGraphDefOptions(opts); in TEST()
1456 TF_DeleteImportGraphDefOptions(nullptr); in TEST()
Dc_api.h932 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
Dc_api.cc2024 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function
2645 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
/external/tensorflow/tensorflow/go/
Dgraph.go111 defer C.TF_DeleteImportGraphDefOptions(opts)
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()