Deep.Net


LeafOpT

Namespace: SymTensor
Parent Module: Expr

ops with no exprs as arguments

Union Cases

Union CaseDescription
Arange(size,typ)
Signature: SizeSpecT * TypeNameT

vector counting from zero to given size minus one

Identity(shape,typ)
Signature: SizeSpecT * TypeNameT

tensor with 1 on diagonal of given shape

ScalarConst(value)
Signature: ConstSpecT

scalar of given value

SizeValue(value,typ)
Signature: SizeSpecT * TypeNameT

scalar of the given size

Var(VarSpecT)
Signature: VarSpecT

variable read

Fork me on GitHub