HomeSort by relevance Sort by last modified time
    Searched refs:TF_GetCode (Results 26 - 28 of 28) sorted by null

12

  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor.cc 242 if (TF_GetCode(status.get()) != TF_OK) {
  /external/tensorflow/tensorflow/c/
c_api.h 170 TF_CAPI_EXPORT extern TF_Code TF_GetCode(const TF_Status* s);
174 // mutation to *s. Always returns an empty string if TF_GetCode(s) is
    [all...]
c_api.cc 119 TF_Code TF_GetCode(const TF_Status* s) {
    [all...]

Completed in 85 milliseconds

12