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

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.cc 42 ctx->CtxFailure(errors::InvalidArgument("Integer division by zero"));
46 ctx->CtxFailure(errors::InvalidArgument(
49 ctx->CtxFailure(
conditional_accumulator_base.h 167 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
reshape_op.h 58 context->CtxFailure(errors::InvalidArgument(
mkl_reshape_op.cc 68 context->CtxFailure(errors::InvalidArgument(
193 context->CtxFailure(errors::InvalidArgument(
set_kernels.cc 311 ctx->CtxFailure(errors::InvalidArgument("Missing set_operation."));
325 ctx->CtxFailure(errors::InvalidArgument("Invalid set_operation ",
reverse_op.cc 116 context->CtxFailure(
stack_ops.cc 261 ctx->CtxFailure(errors::InvalidArgument("Must have type ",
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.h 181 void CtxFailure(const Status& s);
183 void CtxFailure(const char* file, int line, const Status& s);
xla_op_kernel.cc 445 void XlaOpKernelContext::CtxFailure(const Status& s) {
446 context_->CtxFailure(s);
451 void XlaOpKernelContext::CtxFailure(const char* file, int line,
453 context_->CtxFailure(file, line, s);
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops.cc 173 context->CtxFailure(errors::InvalidArgument(
265 context->CtxFailure(errors::InvalidArgument(
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 327 void CtxFailure(const Status& s);
329 void CtxFailure(const char* file, int line, const Status& s);
    [all...]
op_kernel.cc     [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.h 288 context->CtxFailure((errors::InvalidArgument(
  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 482 ctx->CtxFailure(s);

Completed in 179 milliseconds