Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel.cc89 void TFRTOpKernelConstruction::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::TFRTOpKernelConstruction
94 CtxFailure(s); in CtxFailureWithWarning()
108 void TFRTOpKernelConstruction::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::TFRTOpKernelConstruction
115 CtxFailure(file, line, s); in CtxFailureWithWarning()
173 void TFRTOpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::TFRTOpKernelContext
177 CtxFailure(s); in CtxFailureWithWarning()
179 void TFRTOpKernelContext::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::TFRTOpKernelContext
185 CtxFailure(file, line, s); in CtxFailureWithWarning()
303 op_kernel_construction->CtxFailure(errors::NotFound( in CreateKernel()
317 op_kernel_construction->CtxFailure(status); in CreateKernel()
H A Dtfrt_op_kernel.h69 void CtxFailure(const Status& s);
71 void CtxFailure(const char* file, int line, const Status& s);
147 void CtxFailure(const Status& s);
149 void CtxFailure(const char* file, int line, const Status& s);
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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()
H A Dunicode_ops.cc310 ctx->CtxFailure( in Compute()
379 ctx->CtxFailure( in Decode()
579 context->CtxFailure(errors::InvalidArgument( in Compute()
H A Dreshape_op.h72 context->CtxFailure(errors::InvalidArgument( in Compute()
H A Dconditional_accumulator_base.h168 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
H A Dset_kernels.cc319 ctx->CtxFailure(errors::InvalidArgument("Missing set_operation.")); in SetOperationFromContext()
333 ctx->CtxFailure(errors::InvalidArgument("Invalid set_operation ", in SetOperationFromContext()
H A Dstack.cc228 ctx->CtxFailure(errors::InvalidArgument("Must have type ", in ComputeAsync()
H A Dreverse_op.cc113 context->CtxFailure(errors::InvalidArgument(DataTypeString(input.dtype()), in DoHandleReverseCase()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_requires.h45 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
75 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
H A Dop_kernel.h325 void CtxFailure(const Status& s);
327 void CtxFailure(const char* file, int line, const Status& s);
1161 void CtxFailure(const Status& s);
1163 void CtxFailure(const char* file, int line, const Status& s);
H A Dop_kernel.cc1788 void OpKernelConstruction::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::OpKernelConstruction
1798 void OpKernelConstruction::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::OpKernelConstruction
1812 void OpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::OpKernelContext
1822 void OpKernelContext::CtxFailure(const char* file, int line, const Status& s) { in CtxFailure() function in tensorflow::OpKernelContext
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_kernel.cc759 void XlaOpKernelContext::CtxFailure(const Status& s) { in CtxFailure() function in tensorflow::XlaOpKernelContext
760 context_->CtxFailure(GetStatusWithStackTrace(s, this)); in CtxFailure()
766 void XlaOpKernelContext::CtxFailure(const char* file, int line, in CtxFailure() function in tensorflow::XlaOpKernelContext
768 context_->CtxFailure(file, line, GetStatusWithStackTrace(s, this)); in CtxFailure()
H A Dxla_op_kernel.h299 void CtxFailure(const Status& s);
301 void CtxFailure(const char* file, int line, const Status& s);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dfunction_ops.cc61 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
H A Dtensor_list_ops.cc332 ctx->CtxFailure( in Compile()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op.cc74 ctx->CtxFailure(status); in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_qmatmul_op.cc148 context->CtxFailure(errors::InvalidArgument( in MklDnnQuantizedMatMulOp()
500 context->CtxFailure( in GetBiasHandle()
H A Dmkl_reshape_op.cc95 context->CtxFailure(errors::InvalidArgument( in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Ddata_service_ops.cc57 ctx->CtxFailure(errors::FailedPrecondition( in RegisterDatasetOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Ddataset_ops.cc113 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-018.md59 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels.cc361 cc_ctx->CtxFailure(s); in TF_OpKernelConstruction_Failure()
367 cc_ctx->CtxFailure(s); in TF_OpKernelContext_Failure()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
H A Daudio_microfrontend_op.cc229 ctx->CtxFailure(__FILE__, __LINE__, in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc373 ctx->CtxFailure(s); in Compute()

12