Searched refs:TF_DeleteImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
66 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:67 c_api.TF_DeleteImportGraphDefOptions(self.options)
718 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()
719 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
1614 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function2233 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
116 defer C.TF_DeleteImportGraphDefOptions(opts)
113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
852 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()