Home
last modified time | relevance | path

Searched refs:validate_arguments_complex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClMulKernel.cpp327 Status validate_arguments_complex(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorIn… in validate_arguments_complex() function
358 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_complex(src1, src2, dst, act_info)); in configure()
386 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_complex(src1, src2, dst, act_info)); in validate()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuMulKernel.cpp2014 Status validate_arguments_complex(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorIn… in validate_arguments_complex() function
2037 ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_complex(src1, src2, dst)); in configure()
2054 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_complex(src1, src2, dst)); in validate()