/external/tensorflow/tensorflow/core/kernels/ |
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()
|
D | unicode_ops.cc | 310 ctx->CtxFailure( in Compute() 379 ctx->CtxFailure( in Decode() 556 context->CtxFailure(errors::InvalidArgument( in Compute()
|
D | reshape_op.h | 65 context->CtxFailure(errors::InvalidArgument( in Compute()
|
D | conditional_accumulator_base.h | 168 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
|
D | stack.cc | 228 ctx->CtxFailure(errors::InvalidArgument("Must have type ", in ComputeAsync()
|
D | set_kernels.cc | 308 ctx->CtxFailure(errors::InvalidArgument("Missing set_operation.")); in SetOperationFromContext() 322 ctx->CtxFailure(errors::InvalidArgument("Invalid set_operation ", in SetOperationFromContext()
|
D | reverse_op.cc | 113 context->CtxFailure(errors::InvalidArgument(DataTypeString(input.dtype()), in DoHandleReverseCase()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_requires.h | 45 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \ 75 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
|
D | op_kernel.h | 358 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);
|
D | op_kernel.cc | 1721 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/ |
D | xla_op_kernel.h | 249 void CtxFailure(const Status& s); 251 void CtxFailure(const char* file, int line, const Status& s);
|
D | xla_op_kernel.cc | 675 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/ |
D | function_ops.cc | 61 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
|
D | tensor_list_ops.cc | 324 ctx->CtxFailure( in Compile()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compile_op.cc | 74 ctx->CtxFailure(status); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_ops.cc | 90 ctx->CtxFailure(errors::FailedPrecondition( in Compute()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_reshape_op.cc | 96 context->CtxFailure(errors::InvalidArgument( in Compute()
|
D | mkl_qmatmul_op.cc | 148 context->CtxFailure(errors::InvalidArgument( in MklDnnQuantizedMatMulOp() 492 context->CtxFailure( in GetBiasHandle()
|
/external/tensorflow/tensorflow/c/ |
D | kernels.cc | 268 cc_ctx->CtxFailure(s); in TF_OpKernelConstruction_Failure() 274 cc_ctx->CtxFailure(s); in TF_OpKernelContext_Failure()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/ |
D | audio_microfrontend_op.cc | 236 ctx->CtxFailure(__FILE__, __LINE__, in Compute()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 371 ctx->CtxFailure(s); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | data_service_dataset_op.cc | 876 ctx->CtxFailure(errors::FailedPrecondition( in DataServiceDatasetOp()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_op.cc | 705 ctx->CtxFailure( in ComputeAsync()
|