Deep.Net


CudaExprWorkspace

Namespace: SymTensor.Compiler.Cuda
Parent Module: CudaExprWorkspaceTypes

Workspace for evaluation of an expression compiled to a CudaRecipeT.

Constructors

ConstructorDescription
new(recipe)
Signature: recipe:CudaRecipeT -> CudaExprWorkspace

CompiledName: .ctor

Instance members

Instance memberDescription
Eval(varEnv)
Signature: varEnv:VarEnvT -> unit

evaluates the workspace using the specified variable environment

Fork me on GitHub