Searched refs:TF_DeleteImportGraphDefResults (Results 1 – 5 of 5) sorted by relevance
87 if c_api is not None and c_api.TF_DeleteImportGraphDefResults is not None:88 c_api.TF_DeleteImportGraphDefResults(self.results)
832 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefResults(
799 TF_DeleteImportGraphDefResults(results); in TEST()970 TF_DeleteImportGraphDefResults(results); in TEST()1495 TF_DeleteImportGraphDefResults(nullptr); in TEST()
1704 void TF_DeleteImportGraphDefResults(TF_ImportGraphDefResults* results) { in TF_DeleteImportGraphDefResults() function1812 TF_DeleteImportGraphDefResults(results); in TF_GraphImportGraphDef()
867 m.def("TF_DeleteImportGraphDefResults", TF_DeleteImportGraphDefResults, in PYBIND11_MODULE()