Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h85OutputScalarType (*scalar_func)(const InputScalarType &, const InputScalarType &), in elementwise_op()
86 …int (*broadcast_func)(int, int, int, const InputScalarType *, const InputScalarType &, OutputScala… in elementwise_op()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/
H A Dimpl.h145 using InputScalarType = typename wrapper::sve_scalar<InputVectorType>::type; in elementwise_comparison_op() local