Namespace marian::functional¶
Contents
Namespaces¶
Classes¶
Functions¶
Function marian::functional::BINARY(Plus, operator+, Ops<ElementType>)
Function marian::functional::BINARY(Minus, operator-, Ops<ElementType>)
Function marian::functional::BINARY(Mult, operator*, Ops<ElementType>)
Function marian::functional::BINARY(Div, operator/, Ops<ElementType>)
Function marian::functional::BINARY(Max, max, Ops<ElementType>)
Function marian::functional::BINARY(Min, min, Ops<ElementType>)
Function marian::functional::BINARY(Eq, operator, Ops<ElementType>)
Function marian::functional::BINARY(NEq, operator!, Ops<ElementType>)
Function marian::functional::BINARY(Gt, operator, Ops<ElementType>)
Function marian::functional::BINARY(Geq, operator>=, Ops<ElementType>)
Function marian::functional::BINARY(Leq, operator<=, Ops<ElementType>)
Function marian::functional::BINARY(And, operator&&, Ops<ElementType>)
Function marian::functional::BINARY(Or, operator||, Ops<ElementType>)
Function marian::functional::BINARY(Pow, pow, Ops<ElementType>)
Function marian::functional::BINARY(Clip, clip, Ops<ElementType>)
Function marian::functional::BINARY(Bump, bump, Ops<ElementType>)
Function marian::functional::BINARY(LogAddExp, logaddexp, Ops<ElementType>)
Function marian::functional::BINARY(sPReLU, PReLU, Ops<ElementType>)
Function marian::functional::BINARY(sPReLUBack, PReLUback, Ops<ElementType>)
Function marian::functional::UNARY(Tanh, tanh, Ops<ElementType>)
Function marian::functional::UNARY(Sin, sin, Ops<ElementType>)
Function marian::functional::UNARY(Cos, cos, Ops<ElementType>)
Function marian::functional::UNARY(Tan, tan, Ops<ElementType>)
Function marian::functional::UNARY(Log, log, Ops<ElementType>)
Function marian::functional::UNARY(Exp, exp, Ops<ElementType>)
Function marian::functional::UNARY(Abs, abs, Ops<ElementType>)
Function marian::functional::UNARY(Sqr, sqr, Ops<ElementType>)
Function marian::functional::UNARY(Sqrt, sqrt, Ops<ElementType>)
Function marian::functional::UNARY(Neg, operator-, Ops<ElementType>)
Function marian::functional::UNARY(Sgn, sgn, Ops<ElementType>)
Function marian::functional::UNARY(Round, round, Ops<ElementType>)
Function marian::functional::UNARY(Floor, floor, Ops<ElementType>)
Function marian::functional::UNARY(Ceil, ceil, Ops<ElementType>)
Function marian::functional::UNARY(Negate, operator!, Ops<ElementType>)
Function marian::functional::UNARY(Sigmoid, sigmoid, Ops<ElementType>)
Function marian::functional::UNARY(sReLU, ReLU, Ops<ElementType>)
Function marian::functional::UNARY(sReLUBack, ReLUback, Ops<ElementType>)