Deep.Net


EnvTypes

Namespace: SymTensor

Nested types and modules

TypeDescription
CompileEnvT

Information necessary to compile an expression.

CompileSpecT

compile specification, consisting of a compiler and a compile environment

CompiledUExprsT

The result of the compilation of an expression.

EvalEnvT

Information necessary to evaluate an expression. Currently this just holds the variable values, but may contain further information in the future.

EvalFn

an evaluation function

IUExprCompiler

a function that compiles a unified expression into a function

Fork me on GitHub