Searched refs:TF_DeleteImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
111 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:112 c_api.TF_DeleteImportGraphDefOptions(self.options)
758 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()
743 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
1642 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function2262 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
140 defer C.TF_DeleteImportGraphDefOptions(opts)
895 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()