Searched defs:CtxFailureWithWarning (Results  1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/core/runtime_fallback/kernel/ | 
| D | tfrt_op_kernel.cc | 93 void TFRTOpKernelConstruction::CtxFailureWithWarning(const Status& s) {  in CtxFailureWithWarning()  function in tensorflow::TFRTOpKernelConstruction113 void TFRTOpKernelConstruction::CtxFailureWithWarning(const char* file, int line,  in CtxFailureWithWarning()  function in tensorflow::TFRTOpKernelConstruction
 176 void TFRTOpKernelContext::CtxFailureWithWarning(const Status& s) {  in CtxFailureWithWarning()  function in tensorflow::TFRTOpKernelContext
 183 void TFRTOpKernelContext::CtxFailureWithWarning(const char* file, int line,  in CtxFailureWithWarning()  function in tensorflow::TFRTOpKernelContext
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/ | 
| D | xla_op_kernel.cc | 762 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) {  in CtxFailureWithWarning()  function in tensorflow::XlaOpKernelContext770 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line,  in CtxFailureWithWarning()  function in tensorflow::XlaOpKernelContext
 
 | 
| /external/tensorflow/tensorflow/core/framework/ | 
| D | op_kernel.cc | 1793 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) {  in CtxFailureWithWarning()  function in tensorflow::OpKernelConstruction1805 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line,  in CtxFailureWithWarning()  function in tensorflow::OpKernelConstruction
 1817 void OpKernelContext::CtxFailureWithWarning(const Status& s) {  in CtxFailureWithWarning()  function in tensorflow::OpKernelContext
 1828 void OpKernelContext::CtxFailureWithWarning(const char* file, int line,  in CtxFailureWithWarning()  function in tensorflow::OpKernelContext
 
 |