Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcancellation.py31 return pywrap_tfe.TFE_CancellationManagerIsCancelled(self._impl)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc208 EXPECT_FALSE(TFE_CancellationManagerIsCancelled(c_mgr)); in TEST()
210 EXPECT_TRUE(TFE_CancellationManagerIsCancelled(c_mgr)); in TEST()
Dc_api_experimental.h314 TF_CAPI_EXPORT extern bool TFE_CancellationManagerIsCancelled(
Dc_api_experimental.cc555 bool TFE_CancellationManagerIsCancelled( in TFE_CancellationManagerIsCancelled() function