Home
last modified time | relevance | path

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

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