Deep.Net


HostEval

Namespace: SymTensor

Functions and values

Function or valueDescription
debug
Signature: bool

if true, intermediate results are printed during evaluation.

evalUExpr evalEnv uExpr
Signature: evalEnv:EvalEnvT -> uExpr:UExprT -> ITensor

Evaluates a unified expression. This is done by evaluating the generating expression.

evalUExprs evalEnv uexprs
Signature: evalEnv:EvalEnvT -> uexprs:UExprT list -> ITensor list

Evaluates the specified unified expressions. This is done by evaluating the generating expressions.

Fork me on GitHub