class
EEEval::AST::BinaryOpNode
- EEEval::AST::BinaryOpNode
- EEEval::AST::Node
- Reference
- Object
Overview
Internal node: binary operator (+, -, *, /, ^)
Defined in:
eval/ast.crConstructors
Instance Method Summary
- #evaluate(env : Hash(String, Float64)) : Float64
- #evaluate(env : Hash(String, Tensor(Float64, CPU(Float64)))) : Tensor(Float64, CPU(Float64))
Instance methods inherited from class EEEval::AST::Node
evaluate(env : Hash(String, Float64)) : Float64evaluate(env : Hash(String, Tensor(Float64, CPU(Float64)))) : Tensor(Float64, CPU(Float64)) evaluate
Constructor Detail
Instance Method Detail
def evaluate(env : Hash(String, Tensor(Float64, CPU(Float64)))) : Tensor(Float64, CPU(Float64))
#