Searched defs:CtxFailure (Results  1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/core/runtime_fallback/kernel/ | 
| D | tfrt_op_kernel.cc | 89 void TFRTOpKernelConstruction::CtxFailure(const Status& s) {  in CtxFailure()  function in tensorflow::TFRTOpKernelConstruction108 void TFRTOpKernelConstruction::CtxFailure(const char* file, int line,  in CtxFailure()  function in tensorflow::TFRTOpKernelConstruction
 173 void TFRTOpKernelContext::CtxFailure(const Status& s) {  in CtxFailure()  function in tensorflow::TFRTOpKernelContext
 179 void TFRTOpKernelContext::CtxFailure(const char* file, int line,  in CtxFailure()  function in tensorflow::TFRTOpKernelContext
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/ | 
| D | xla_op_kernel.cc | 759 void XlaOpKernelContext::CtxFailure(const Status& s) {  in CtxFailure()  function in tensorflow::XlaOpKernelContext766 void XlaOpKernelContext::CtxFailure(const char* file, int line,  in CtxFailure()  function in tensorflow::XlaOpKernelContext
 
 | 
| /external/tensorflow/tensorflow/core/framework/ | 
| D | op_kernel.cc | 1788 void OpKernelConstruction::CtxFailure(const Status& s) {  in CtxFailure()  function in tensorflow::OpKernelConstruction1798 void OpKernelConstruction::CtxFailure(const char* file, int line,  in CtxFailure()  function in tensorflow::OpKernelConstruction
 1812 void OpKernelContext::CtxFailure(const Status& s) {  in CtxFailure()  function in tensorflow::OpKernelContext
 1822 void OpKernelContext::CtxFailure(const char* file, int line, const Status& s) {  in CtxFailure()  function in tensorflow::OpKernelContext
 
 |