/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | tfrt_op_kernel.cc | 89 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 D | tfrt_op_kernel.h | 69 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 D | cwise_ops_common.cc | 42 ctx->CtxFailure(errors::InvalidArgument("Integer division by zero")); in SetComputeError() 46 ctx->CtxFailure(errors::InvalidArgument( in SetComputeError() 49 ctx->CtxFailure( in SetComputeError()
|
H A D | unicode_ops.cc | 310 ctx->CtxFailure( in Compute() 379 ctx->CtxFailure( in Decode() 579 context->CtxFailure(errors::InvalidArgument( in Compute()
|
H A D | reshape_op.h | 72 context->CtxFailure(errors::InvalidArgument( in Compute()
|
H A D | conditional_accumulator_base.h | 168 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
|
H A D | set_kernels.cc | 319 ctx->CtxFailure(errors::InvalidArgument("Missing set_operation.")); in SetOperationFromContext() 333 ctx->CtxFailure(errors::InvalidArgument("Invalid set_operation ", in SetOperationFromContext()
|
H A D | stack.cc | 228 ctx->CtxFailure(errors::InvalidArgument("Must have type ", in ComputeAsync()
|
H A D | reverse_op.cc | 113 context->CtxFailure(errors::InvalidArgument(DataTypeString(input.dtype()), in DoHandleReverseCase()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_requires.h | 45 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \ 75 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
|
H A D | op_kernel.h | 325 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 D | op_kernel.cc | 1788 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 D | xla_op_kernel.cc | 759 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 D | xla_op_kernel.h | 299 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 D | function_ops.cc | 61 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
|
H A D | tensor_list_ops.cc | 332 ctx->CtxFailure( in Compile()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | tpu_compile_op.cc | 74 ctx->CtxFailure(status); in Compute()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_qmatmul_op.cc | 148 context->CtxFailure(errors::InvalidArgument( in MklDnnQuantizedMatMulOp() 500 context->CtxFailure( in GetBiasHandle()
|
H A D | mkl_reshape_op.cc | 95 context->CtxFailure(errors::InvalidArgument( in Compute()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | data_service_ops.cc | 57 ctx->CtxFailure(errors::FailedPrecondition( in RegisterDatasetOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | dataset_ops.cc | 113 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
|
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-018.md | 59 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | kernels.cc | 361 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 D | audio_microfrontend_op.cc | 229 ctx->CtxFailure(__FILE__, __LINE__, in Compute()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | py_func.cc | 373 ctx->CtxFailure(s); in Compute()
|