Home
last modified time | relevance | path

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

/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.h178 ctx->CtxFailureWithWarning(errors::InvalidArgument( in Compute()
250 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()
Dcollective_ops.cc210 c->CtxFailureWithWarning(errors::Internal("Failed to build OpKernel for ", in BuildOpKernel()
Dbatch_kernels.cc1022 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded( in EnforceTimeout()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h238 void CtxFailureWithWarning(const Status& s);
240 void CtxFailureWithWarning(const char* file, int line, const Status& s);
Dxla_op_kernel.cc587 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/
Dpy_func.cc328 ctx->CtxFailureWithWarning(errors::Internal( in Compute()
362 ctx->CtxFailureWithWarning(s); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h383 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); \
Dop_kernel.cc1682 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/
Dxla_ops.cc55 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \