Home
last modified time | relevance | path

Searched defs:OutputVectorType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve2/
H A Dimpl.h239 using OutputVectorType = typename wrapper::traits::sve_vector<OutputScalarType>::type; in elementwise_comparison_quantized_op() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/
H A Dimpl.cpp145 using OutputVectorType = typename sve_vector<OutputScalarType>::type; in elementwise_comparison_op() typedef