Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dsession.go264 C.TF_DeletePRunHandle(pr.handle)
/external/tensorflow/tensorflow/c/
Dc_api.h1528 TF_CAPI_EXPORT extern void TF_DeletePRunHandle(const char* handle);
Dc_api_test.cc1122 TF_DeletePRunHandle(handle); in TEST()
1461 TF_DeletePRunHandle(nullptr); in TEST()
Dc_api.cc2757 void TF_DeletePRunHandle(const char* handle) { in TF_DeletePRunHandle() function