HomeSort by relevance Sort by last modified time
    Searched refs:CtxFailureWithWarning (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base_op.cc 42 ctx->CtxFailureWithWarning(errors::InvalidArgument(
49 if (!status.ok()) ctx->CtxFailureWithWarning(status);
training_op_helpers.cc 26 ctx->CtxFailureWithWarning(
conditional_accumulator_base_op.h 186 ctx->CtxFailureWithWarning(errors::InvalidArgument(
223 ctx->CtxFailureWithWarning(errors::InvalidArgument(
conditional_accumulator_base.h 176 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
conditional_accumulator_base.cc 63 ctx->CtxFailureWithWarning(errors::InvalidArgument(
summary_kernels.cc 159 ctx->CtxFailureWithWarning(
299 ctx->CtxFailureWithWarning(
meta_support.cc 73 context->CtxFailureWithWarning(s);
batch_kernels.cc 746 evicted_callback.context->CtxFailureWithWarning(errors::DeadlineExceeded(
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 182 void CtxFailureWithWarning(const Status& s);
184 void CtxFailureWithWarning(const char* file, int line, const Status& s);
xla_op_kernel.cc 448 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) {
449 context_->CtxFailureWithWarning(s);
455 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line,
457 context_->CtxFailureWithWarning(file, line, s);
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 328 void CtxFailureWithWarning(const Status& s);
330 void CtxFailureWithWarning(const char* file, int line, const Status& s);
    [all...]
op_kernel.cc     [all...]
  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 459 ctx->CtxFailureWithWarning(
480 ctx->CtxFailureWithWarning(s);

Completed in 162 milliseconds