Template Struct UnaryFunctor

Struct Documentation

template<typename Function, typename X>
struct UnaryFunctor

Public Functions

template<class Arg>
UnaryFunctor(Arg a)
template<typename T, typename... Args>HOST_DEVICE_INLINE T marian::functional::UnaryFunctor::operator()(T arg, Args &&... args)
std::string to_string() const

Public Members

X x