/external/tensorflow/tensorflow/core/framework/ |
D | op_requires.h | 55 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \ 67 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, STATUS); \ 85 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|
D | op_kernel.h | 359 void CtxFailureWithWarning(const Status& s); 361 void CtxFailureWithWarning(const char* file, int line, const Status& s); 1201 void CtxFailureWithWarning(const Status& s); 1203 void CtxFailureWithWarning(const char* file, int line, const Status& s);
|
D | op_kernel.cc | 1726 void OpKernelConstruction::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1738 void OpKernelConstruction::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelConstruction 1750 void OpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::OpKernelContext 1761 void OpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::OpKernelContext
|
/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 | 177 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute() 249 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 | batch_kernels.cc | 690 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded( in EnforceTimeout()
|
D | collective_ops.cc | 47 c->CtxFailureWithWarning(errors::Internal( in BuildOpKernel()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_kernel.h | 250 void CtxFailureWithWarning(const Status& s); 252 void CtxFailureWithWarning(const char* file, int line, const Status& s);
|
D | xla_op_kernel.cc | 678 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) { in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 679 context_->CtxFailureWithWarning(GetStatusWithStackTrace(s, this)); in CtxFailureWithWarning() 686 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line, in CtxFailureWithWarning() function in tensorflow::XlaOpKernelContext 688 context_->CtxFailureWithWarning(file, line, GetStatusWithStackTrace(s, this)); in CtxFailureWithWarning()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_framework_c_interface.cc | 85 ctx->CtxFailureWithWarning( in _mlir_ciface_tf_report_error()
|
D | tf_rocm_runtime_wrappers.cc | 40 ctx->CtxFailureWithWarning( \
|
D | tf_cuda_runtime_wrappers.cc | 41 ctx->CtxFailureWithWarning( \
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 335 ctx->CtxFailureWithWarning(errors::Internal( in Compute() 369 ctx->CtxFailureWithWarning(s); in Compute()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/ |
D | tf_framework_ops.td | 159 `OpKernelContext::CtxFailureWithWarning`.
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 58 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
|