Home
last modified time | relevance | path

Searched refs:CtxFailure (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.cc42 ctx->CtxFailure(errors::InvalidArgument("Integer division by zero")); in SetComputeError()
46 ctx->CtxFailure(errors::InvalidArgument( in SetComputeError()
49 ctx->CtxFailure( in SetComputeError()
Dunicode_ops.cc310 ctx->CtxFailure( in Compute()
379 ctx->CtxFailure( in Decode()
556 context->CtxFailure(errors::InvalidArgument( in Compute()
Dreshape_op.h65 context->CtxFailure(errors::InvalidArgument( in Compute()
Dconditional_accumulator_base.h168 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
Dstack.cc228 ctx->CtxFailure(errors::InvalidArgument("Must have type ", in ComputeAsync()
Dset_kernels.cc308 ctx->CtxFailure(errors::InvalidArgument("Missing set_operation.")); in SetOperationFromContext()
322 ctx->CtxFailure(errors::InvalidArgument("Invalid set_operation ", in SetOperationFromContext()
Dreverse_op.cc113 context->CtxFailure(errors::InvalidArgument(DataTypeString(input.dtype()), in DoHandleReverseCase()
/external/tensorflow/tensorflow/core/framework/
Dop_requires.h45 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
75 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
Dop_kernel.h358 void CtxFailure(const Status& s);
360 void CtxFailure(const char* file, int line, const Status& s);
1200 void CtxFailure(const Status& s);
1202 void CtxFailure(const char* file, int line, const Status& s);
Dop_kernel.cc1721 void OpKernelConstruction::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::OpKernelConstruction
1731 void OpKernelConstruction::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::OpKernelConstruction
1745 void OpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::OpKernelContext
1755 void OpKernelContext::CtxFailure(const char* file, int line, const Status& s) { in CtxFailure() function in tensorflow::OpKernelContext
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h249 void CtxFailure(const Status& s);
251 void CtxFailure(const char* file, int line, const Status& s);
Dxla_op_kernel.cc675 void XlaOpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::XlaOpKernelContext
676 context_->CtxFailure(GetStatusWithStackTrace(s, this)); in CtxFailure()
682 void XlaOpKernelContext::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::XlaOpKernelContext
684 context_->CtxFailure(file, line, GetStatusWithStackTrace(s, this)); in CtxFailure()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfunction_ops.cc61 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
Dtensor_list_ops.cc324 ctx->CtxFailure( in Compile()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op.cc74 ctx->CtxFailure(status); in Compute()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_ops.cc90 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_reshape_op.cc96 context->CtxFailure(errors::InvalidArgument( in Compute()
Dmkl_qmatmul_op.cc148 context->CtxFailure(errors::InvalidArgument( in MklDnnQuantizedMatMulOp()
492 context->CtxFailure( in GetBiasHandle()
/external/tensorflow/tensorflow/c/
Dkernels.cc268 cc_ctx->CtxFailure(s); in TF_OpKernelConstruction_Failure()
274 cc_ctx->CtxFailure(s); in TF_OpKernelContext_Failure()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc236 ctx->CtxFailure(__FILE__, __LINE__, in Compute()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc371 ctx->CtxFailure(s); in Compute()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddata_service_dataset_op.cc876 ctx->CtxFailure(errors::FailedPrecondition( in DataServiceDatasetOp()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc705 ctx->CtxFailure( in ComputeAsync()