Searched defs:CtxFailureWithWarning (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | tfrt_op_kernel.cc | 92 void TFRTOpKernelConstruction::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::TFRTOpKernelConstruction 112 void TFRTOpKernelConstruction::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::TFRTOpKernelConstruction 173 void TFRTOpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::TFRTOpKernelContext 180 void TFRTOpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::TFRTOpKernelContext
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 1655 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1667 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1679 void OpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelContext 1690 void OpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelContext
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.cc | 738 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 746 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext
|