Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dc_api_util.py111 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:
112 c_api.TF_DeleteImportGraphDefOptions(self.options)
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc758 TF_DeleteImportGraphDefOptions(opts); in TEST()
805 TF_DeleteImportGraphDefOptions(opts); in TEST()
842 TF_DeleteImportGraphDefOptions(opts); in TEST()
862 TF_DeleteImportGraphDefOptions(opts); in TEST()
918 TF_DeleteImportGraphDefOptions(opts); in TEST()
954 TF_DeleteImportGraphDefOptions(opts); in TEST()
974 TF_DeleteImportGraphDefOptions(opts); in TEST()
1497 TF_DeleteImportGraphDefOptions(nullptr); in TEST()
H A Dc_api.h743 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
H A Dc_api.cc1642 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function
2262 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dgraph.go140 defer C.TF_DeleteImportGraphDefOptions(opts)
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc895 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()