/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator_base_op.cc | 42 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute() 49 if (!status.ok()) ctx->CtxFailureWithWarning(status); in Compute()
|
D | conditional_accumulator_base_op.h | 189 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute() 226 ctx->CtxFailureWithWarning(errors::InvalidArgument( in ComputeAsync()
|
D | summary_kernels.cc | 162 ctx->CtxFailureWithWarning( in Compute() 302 ctx->CtxFailureWithWarning( in Compute()
|
D | conditional_accumulator_base.h | 177 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|
D | conditional_accumulator_base.cc | 68 ctx->CtxFailureWithWarning(errors::InvalidArgument( in TryTakeGrad()
|
D | training_op_helpers.h | 121 ctx->CtxFailureWithWarning( in GetTrainingVariableMutex()
|
D | collective_ops.cc | 178 c->CtxFailureWithWarning(errors::Internal("Failed to build OpKernel for ", in BuildOpKernel()
|
D | meta_support.cc | 73 context->CtxFailureWithWarning(s); in GetScratch()
|
D | batch_kernels.cc | 1021 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded( in EnforceTimeout()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 222 void CtxFailureWithWarning(const Status& s); 224 void CtxFailureWithWarning(const char* file, int line, const Status& s);
|
D | xla_op_kernel.cc | 560 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 561 context_->CtxFailureWithWarning(s); in CtxFailureWithWarning() 567 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 569 context_->CtxFailureWithWarning(file, line, s); in CtxFailureWithWarning()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 360 void CtxFailureWithWarning(const Status& s); 362 void CtxFailureWithWarning(const char* file, int line, const Status& s); 1169 void CtxFailureWithWarning(const Status& s); 1171 void CtxFailureWithWarning(const char* file, int line, const Status& s); 1729 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \ 1747 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|
D | op_kernel.cc | 1394 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1406 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1418 void OpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelContext 1429 void OpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelContext
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 502 ctx->CtxFailureWithWarning(errors::Internal( in Compute() 535 ctx->CtxFailureWithWarning(s); in Compute()
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 51 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|