Searched defs:InputScalarType (Results 1 – 2 of 2) sorted by relevance
85 … OutputScalarType (*scalar_func)(const InputScalarType &, const InputScalarType &), in elementwise_op()86 …int (*broadcast_func)(int, int, int, const InputScalarType *, const InputScalarType &, OutputScala… in elementwise_op()
145 using InputScalarType = typename wrapper::sve_scalar<InputVectorType>::type; in elementwise_comparison_op() local