Searched refs:TF_DeleteImportGraphDefOptions (Results 1 – 7 of 7) sorted by relevance
72 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:73 c_api.TF_DeleteImportGraphDefOptions(self.options)
755 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()
728 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
1617 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function2237 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()
140 defer C.TF_DeleteImportGraphDefOptions(opts)
869 m.def("TF_DeleteImportGraphDefOptions", TF_DeleteImportGraphDefOptions, in PYBIND11_MODULE()