Searched defs:CtxFailure (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel.cc | 89 void TFRTOpKernelConstruction::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::TFRTOpKernelConstruction 108 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_kernel.cc | 1788 void OpKernelConstruction::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::OpKernelConstruction 1798 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_op_kernel.cc | 759 void XlaOpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::XlaOpKernelContext 766 void XlaOpKernelContext::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::XlaOpKernelContext
|