Deep.Net


CompiledUExprsT

Namespace: SymTensor
Parent Module: EnvTypes

The result of the compilation of an expression.

Record Fields

Record FieldDescription
CompileEnv
Signature: CompileEnvT

the CompileEnvT used for this compilation

Diagnostics
Signature: CompileDiagnosticsT option

diagnostic information

Eval
Signature: EvalFn

the evaluation function

Exprs
Signature: UExprT list

the expressions involved in this compilation

NeededVars
Signature: Set<VarSpecT>

the variables necessary to evaluate the expressions

Fork me on GitHub