Template Struct BinaryFunctor

Struct Documentation

template<class Function, class X, class Y>
struct BinaryFunctor

Public Functions

template<class Arg1, class Arg2>
BinaryFunctor(Arg1 arg1, Arg2 arg2)
template<typename T, typename... Args>HOST_DEVICE_INLINE T marian::functional::BinaryFunctor::operator()(T arg, Args &&... args)
std::string to_string() const

Public Members

X x
Y y