Searched defs:kTfLiteError (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h39 typedef enum { kTfLiteOk = 0, kTfLiteError = 1 } TfLiteStatus; enumerator in enum:__anon25901
78 // Check whether value is true, and if not return kTfLiteError from
84 return kTfLiteError; \
88 // Check whether the value `a` is true, and if not return kTfLiteError from
95 return kTfLiteError; \
102 return kTfLiteError; \
106 // Check whether the value `a == b` is true, and if not return kTfLiteError from
115 return kTfLiteError; \

Completed in 136 milliseconds