Home
last modified time | relevance | path

Searched refs:TF_CANCELLED (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_status.h44 TF_CANCELLED = 1, enumerator
Dtf_status_helper.cc31 TF_SetStatus(tf_status, TF_CANCELLED, message); in Set_TF_Status_from_Status()
Dc_api_test.cc118 TF_SetStatus(s, TF_CANCELLED, "cancel"); in TEST()
119 EXPECT_EQ(TF_CANCELLED, TF_GetCode(s)); in TEST()
326 EXPECT_EQ(TF_CANCELLED, static_cast<TF_Code>(tensorflow::error::CANCELLED)); in TEST()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_exception_registry.cc43 static const TF_Code kAllCodes[] = {TF_CANCELLED, in Init()
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc360 || TF_GetCode(first_bad_status.get()) == TF_CANCELLED)) { in Join()
Dparallel_device_lib_test.cc211 EXPECT_NE(TF_GetCode(status.get()), TF_CANCELLED); in TEST()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1211 .value("TF_CANCELLED", TF_CANCELLED) in PYBIND11_MODULE()