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.py72 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:
73 c_api.TF_DeleteImportGraphDefOptions(self.options)
/external/tensorflow/tensorflow/c/
Dc_api_test.cc755 TF_DeleteImportGraphDefOptions(opts); in TEST()
802 TF_DeleteImportGraphDefOptions(opts); in TEST()
839 TF_DeleteImportGraphDefOptions(opts); in TEST()
859 TF_DeleteImportGraphDefOptions(opts); in TEST()
915 TF_DeleteImportGraphDefOptions(opts); in TEST()
951 TF_DeleteImportGraphDefOptions(opts); in TEST()
971 TF_DeleteImportGraphDefOptions(opts); in TEST()
1494 TF_DeleteImportGraphDefOptions(nullptr); in TEST()
Dc_api.h728 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
Dc_api.cc1617 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function
2237 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
/external/tensorflow/tensorflow/go/
Dgraph.go140 defer C.TF_DeleteImportGraphDefOptions(opts)
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc869 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()