Deep.Net


MemManikinT

Namespace: SymTensor.Compiler
Parent Module: ArrayNDManikinTypes

Represents memory. Memory can either be internal to this expression or external (passed in variable at runtime). Memory can either be on the host or the accelerator.

Union Cases

Union CaseDescription
MemAlloc(MemAllocManikinT)
Signature: MemAllocManikinT

a memory allocation internal to the workspace

MemConst(MemConstManikinT)
Signature: MemConstManikinT

a constant array

MemExternal(VarSpecT)
Signature: VarSpecT

an external variable

MemZero(TypeNameT)
Signature: TypeNameT

no memory (represents a null pointer)

Instance members

Instance memberDescription
Pretty
Signature: string

CompiledName: get_Pretty

Fork me on GitHub