Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DElementwise.cpp37 template <typename IntermediateType, typename T>
38 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute() argument
42 output[i] = static_cast<T>(func(static_cast<IntermediateType>(input[i]))); in compute()