Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/workloads/
DRefElementwiseUnaryWorkload.cpp64 using RsqrtFunction = ElementwiseUnaryFunction<rsqrt<InType>>; in Execute() typedef
97 RsqrtFunction(inShape, outShape, *input, *output); in Execute()