Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py87 if c_api is not None and c_api.TF_DeleteImportGraphDefResults is not None:
88 c_api.TF_DeleteImportGraphDefResults(self.results)
/external/tensorflow/tensorflow/c/
Dc_api.h832 TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefResults(
Dc_api_test.cc799 TF_DeleteImportGraphDefResults(results); in TEST()
970 TF_DeleteImportGraphDefResults(results); in TEST()
1495 TF_DeleteImportGraphDefResults(nullptr); in TEST()
Dc_api.cc1704 void TF_DeleteImportGraphDefResults(TF_ImportGraphDefResults* results) { in TF_DeleteImportGraphDefResults() function
1812 TF_DeleteImportGraphDefResults(results); in TF_GraphImportGraphDef()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc867 m.def("TF_DeleteImportGraphDefResults", TF_DeleteImportGraphDefResults, in PYBIND11_MODULE()