Home
last modified time | relevance | path

Searched refs:TF_DeleteImportGraphDefResults (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py77 if c_api is not None and c_api.TF_DeleteImportGraphDefResults is not None:
78 c_api.TF_DeleteImportGraphDefResults(self.results)
/external/tensorflow/tensorflow/c/
Dc_api.h1036 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefResults(
Dc_api_test.cc762 TF_DeleteImportGraphDefResults(results); in TEST()
933 TF_DeleteImportGraphDefResults(results); in TEST()
1457 TF_DeleteImportGraphDefResults(nullptr); in TEST()
Dc_api.cc2111 void TF_DeleteImportGraphDefResults(TF_ImportGraphDefResults* results) { in TF_DeleteImportGraphDefResults() function
2219 TF_DeleteImportGraphDefResults(results); in TF_GraphImportGraphDef()