Searched refs:IntermediateType (Results 1 – 1 of 1) sorted by relevance
37 template <typename IntermediateType, typename T>38 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute() argument42 output[i] = static_cast<T>(func(static_cast<IntermediateType>(input[i]))); in compute()