Class LambdaNodeOp

Inheritance Relationships

Base Type

Class Documentation

class LambdaNodeOp : public marian::NaryNodeOp

Public Functions

LambdaNodeOp(Inputs inputs, Shape shape, Type type, LambdaNodeFunctor forward, size_t externalHash = 0)
LambdaNodeOp(Inputs inputs, Shape shape, Type type, LambdaNodeFunctor forward, LambdaNodeFunctor backward, size_t externalHash = 0)
void forward()
void backward()
const std::string type()
virtual size_t hash()
virtual bool equal(Expr node)