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

/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_kernel.cc448 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) { function in class:tensorflow::XlaOpKernelContext
449 context_->CtxFailureWithWarning(s);
455 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line, function in class:tensorflow::XlaOpKernelContext
457 context_->CtxFailureWithWarning(file, line, s);
/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc1236 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { function in class:tensorflow::OpKernelConstruction
1248 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line, function in class:tensorflow::OpKernelConstruction
1260 void OpKernelContext::CtxFailureWithWarning(const Status& s) { function in class:tensorflow::OpKernelContext
1271 void OpKernelContext::CtxFailureWithWarning(const char* file, int line, function in class:tensorflow::OpKernelContext

Completed in 546 milliseconds