/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator_base_op.cc | 47 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute() 54 if (!status.ok()) ctx->CtxFailureWithWarning(status); in Compute()
|
D | conditional_accumulator_base_op.h | 178 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute() 250 ctx->CtxFailureWithWarning(errors::InvalidArgument( in ComputeAsync()
|
D | summary_kernels.cc | 172 ctx->CtxFailureWithWarning(errors::DataLoss( in Compute() 195 ctx->CtxFailureWithWarning( in Compute() 330 ctx->CtxFailureWithWarning( in Compute()
|
D | conditional_accumulator_base.cc | 68 ctx->CtxFailureWithWarning(errors::InvalidArgument( in TryTakeGrad()
|
D | conditional_accumulator_base.h | 177 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|
D | training_op_helpers.h | 122 ctx->CtxFailureWithWarning( in GetTrainingVariableMutex()
|
D | meta_support.cc | 73 context->CtxFailureWithWarning(s); in GetScratch()
|
D | collective_ops.cc | 210 c->CtxFailureWithWarning(errors::Internal("Failed to build OpKernel for ", in BuildOpKernel()
|
D | batch_kernels.cc | 1022 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded( in EnforceTimeout()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 238 void CtxFailureWithWarning(const Status& s); 240 void CtxFailureWithWarning(const char* file, int line, const Status& s);
|
D | xla_op_kernel.cc | 587 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 588 context_->CtxFailureWithWarning(s); in CtxFailureWithWarning() 594 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 596 context_->CtxFailureWithWarning(file, line, s); in CtxFailureWithWarning()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 328 ctx->CtxFailureWithWarning(errors::Internal( in Compute() 362 ctx->CtxFailureWithWarning(s); in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 383 void CtxFailureWithWarning(const Status& s); 385 void CtxFailureWithWarning(const char* file, int line, const Status& s); 1221 void CtxFailureWithWarning(const Status& s); 1223 void CtxFailureWithWarning(const char* file, int line, const Status& s); 1812 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \ 1830 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|
D | op_kernel.cc | 1682 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1694 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1706 void OpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelContext 1717 void OpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelContext
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 55 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|