Home
last modified time | relevance | path

Searched refs:CtxFailureWithWarning (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_requires.h55 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
67 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, STATUS); \
85 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
Dop_kernel.h359 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);
Dop_kernel.cc1726 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/
Dconditional_accumulator_base_op.cc47 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute()
54 if (!status.ok()) ctx->CtxFailureWithWarning(status); in Compute()
Dconditional_accumulator_base_op.h177 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute()
249 ctx->CtxFailureWithWarning(errors::InvalidArgument( in ComputeAsync()
Dsummary_kernels.cc172 ctx->CtxFailureWithWarning(errors::DataLoss( in Compute()
195 ctx->CtxFailureWithWarning( in Compute()
330 ctx->CtxFailureWithWarning( in Compute()
Dconditional_accumulator_base.cc68 ctx->CtxFailureWithWarning(errors::InvalidArgument( in TryTakeGrad()
Dconditional_accumulator_base.h177 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
Dtraining_op_helpers.h122 ctx->CtxFailureWithWarning( in GetTrainingVariableMutex()
Dmeta_support.cc73 context->CtxFailureWithWarning(s); in GetScratch()
Dbatch_kernels.cc690 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded( in EnforceTimeout()
Dcollective_ops.cc47 c->CtxFailureWithWarning(errors::Internal( in BuildOpKernel()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h250 void CtxFailureWithWarning(const Status& s);
252 void CtxFailureWithWarning(const char* file, int line, const Status& s);
Dxla_op_kernel.cc678 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/
Dtf_framework_c_interface.cc85 ctx->CtxFailureWithWarning( in _mlir_ciface_tf_report_error()
Dtf_rocm_runtime_wrappers.cc40 ctx->CtxFailureWithWarning( \
Dtf_cuda_runtime_wrappers.cc41 ctx->CtxFailureWithWarning( \
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc335 ctx->CtxFailureWithWarning(errors::Internal( in Compute()
369 ctx->CtxFailureWithWarning(s); in Compute()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/
Dtf_framework_ops.td159 `OpKernelContext::CtxFailureWithWarning`.
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc58 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \