Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py66 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:
67 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()
1457 TF_DeleteImportGraphDefOptions(nullptr); in TEST()
Dc_api.h719 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
Dc_api.cc1614 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function
2233 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
/external/tensorflow/tensorflow/go/
Dgraph.go116 defer C.TF_DeleteImportGraphDefOptions(opts)
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc852 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()