Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DUnaryUtils.hpp145 struct UnarySinh : std::unary_function<T, T> { struct
146 T operator()(const T &x) const { in operator ()()