HomeSort by relevance Sort by last modified time
    Searched refs:TF_ABORTED (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/c/
tf_status_helper.cc 60 TF_SetStatus(tf_status, TF_ABORTED, message);
c_api.h 145 TF_ABORTED = 10,
    [all...]
c_api_test.cc 319 EXPECT_EQ(TF_ABORTED, static_cast<TF_Code>(tensorflow::error::ABORTED));
    [all...]

Completed in 877 milliseconds