Home
last modified time | relevance | path

Searched refs:validate_arguments (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuElementwiseKernel.cpp390 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(*src0, *src1, *dst)); in configure()
395 Status CpuArithmeticKernel::validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, co… in validate_arguments() function in arm_compute::cpu::kernels::CpuArithmeticKernel
410 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(*src0, *src1, *dst)); in validate()
460 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(*src0, *src1, *dst)); in configure()
506 Status CpuDivisionKernel::validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, cons… in validate_arguments() function in arm_compute::cpu::kernels::CpuDivisionKernel
509 return CpuArithmeticKernel::validate_arguments(src0, src1, dst); in validate_arguments()
515 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(*src0, *src1, *dst)); in validate()
522 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(*src0, *src1, *dst)); in configure()
527 Status CpuPowerKernel::validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, const I… in validate_arguments() function in arm_compute::cpu::kernels::CpuPowerKernel
530 return CpuArithmeticKernel::validate_arguments(src0, src1, dst); in validate_arguments()
[all …]
H A DCpuFloorKernel.cpp59 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
80 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
99 ARM_COMPUTE_ERROR_ON(!bool(validate_arguments(src, dst))); in infer_window()
108 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output)); in validate()
H A DCpuElementwiseKernel.h117 …static Status validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, const ITensorIn…
154 …static Status validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, const ITensorIn…
180 …static Status validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, const ITensorIn…
212 …static Status validate_arguments(const ITensorInfo &src0, const ITensorInfo &src1, const ITensorIn…
H A DCpuReshapeKernel.cpp48 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
85 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
96 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); in validate()
H A DCpuCol2ImKernel.cpp46 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &convolved_d… in validate_arguments() function
66 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, convolved_dims)); in configure()
82 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, output, convolved_dims)); in validate()
H A DCpuMaxUnpoolingLayerKernel.cpp71 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *indices, const ITensorInfo *ds… in validate_arguments() function
103 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, indices, dst, pool_info)); in configure()
120 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, indices, dst, pool_info)); in validate()
H A DCpuConvertQuantizedSignednessKernel.cpp44 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
79 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
88 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); in validate()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClFloorKernel.cpp47 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
77 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
98 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); in validate()
H A DClReshapeKernel.cpp48 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
73 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
109 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); in validate()
H A DClHeightConcatenateKernel.cpp46 Status validate_arguments(const ITensorInfo *src, unsigned int height_offset, const ITensorInfo *ds… in validate_arguments() function
72 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, height_offset, dst)); in validate()
79 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, height_offset, dst)); in configure()
H A DClWidthConcatenateKernel.cpp45 Status validate_arguments(const ITensorInfo *src, unsigned int width_offset, const ITensorInfo *dst) in validate_arguments() function
71 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, width_offset, dst)); in validate()
78 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, width_offset, dst)); in configure()
H A DClDepthConcatenateKernel.cpp45 Status validate_arguments(const ITensorInfo *src, unsigned int depth_offset, const ITensorInfo *dst) in validate_arguments() function
70 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, depth_offset, dst)); in configure()
114 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, depth_offset, dst)); in validate()
H A DClCopyKernel.cpp47 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst, Window *dst_window = null… in validate_arguments() function
79 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst, dst_window)); in configure()
131 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, dst_window)); in validate()
H A DClElementwiseUnaryKernel.cpp41 Status validate_arguments(const ITensorInfo &src, const ITensorInfo &dst, const ElementWiseUnary op) in validate_arguments() function
80 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(*src, *dst, op)); in configure()
141 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(*src, *dst, op)); in validate()
H A DClQuantizeKernel.cpp49 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst) in validate_arguments() function
75 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(src, dst)); in configure()
154 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNETileKernel.cpp40 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const Multiples &mul… in validate_arguments() function
76 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), multiples)); in configure()
88 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, multiples)); in validate()
H A DNEFFTScaleKernel.cpp54 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output) in validate_arguments() function
94 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), (output != nullptr) ? output->info() … in configure()
111 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output)); in validate()
H A DNEReorgLayerKernel.cpp43 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t stride) in validate_arguments() function
82 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), stride)); in configure()
98 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, stride)); in validate()
H A DNEGenerateProposalsLayerKernel.cpp97 Status validate_arguments(const ITensorInfo *anchors, const ITensorInfo *all_anchors, const Compute… in validate_arguments() function
132 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(anchors->info(), all_anchors->info(), info)); in configure()
156 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(anchors, all_anchors, info)); in validate()
H A DNEInstanceNormalizationLayerKernel.cpp97 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, float gamma, float b… in validate_arguments() function
146 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(_input->info(), _output->info(), _gamma, _beta, _eps… in configure()
157 …ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, info.gamma, info.beta, info.epsilon)… in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLFFTScaleKernel.cpp38 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output) in validate_arguments() function
69 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), (output != nullptr) ? output->info() … in configure()
114 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output)); in validate()
H A DCLReverseKernel.cpp40 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *a… in validate_arguments() function
84 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), axis->info())); in configure()
119 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, axis)); in validate()
H A DCLReorgLayerKernel.cpp43 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t stride) in validate_arguments() function
82 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), stride)); in configure()
123 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, stride)); in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPTopKVKernel.cpp52 Status validate_arguments(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *… in validate_arguments() function
104 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(predictions->info(), targets->info(), output->info()… in configure()
120 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(predictions, targets, output, k)); in validate()
H A DCPPPermuteKernel.cpp38 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const PermutationVec… in validate_arguments() function
110 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments(input->info(), output->info(), perm)); in configure()
145 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, perm)); in validate()

1234567