Searched refs:TF_DeleteImportGraphDefOptions (Results 1 – 6 of 6) sorted by relevance
64 if c_api is not None and c_api.TF_DeleteImportGraphDefOptions is not None:65 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()1456 TF_DeleteImportGraphDefOptions(nullptr); in TEST()
932 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefOptions(
2024 void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { in TF_DeleteImportGraphDefOptions() function2645 TF_DeleteImportGraphDefOptions(import_opts); in TF_LoadSessionFromSavedModel()
111 defer C.TF_DeleteImportGraphDefOptions(opts)
113 TF_DeleteImportGraphDefOptions(opts); in Java_org_tensorflow_Graph_importGraphDef()