Deep.Net


UExprInfoT

Namespace: SymTensor

Information about a unified expression.

Constructors

ConstructorDescription
new(expr)
Signature: expr:UExprT -> UExprInfoT

CompiledName: .ctor

Instance members

Instance memberDescription
Dependants(expr)
Signature: expr:UExprT -> ReadOnlyCollection<UExprT>

Returns all expressions that depend on expr. A dependant will occur as many times as it references expr through its arguments.

Expr
Signature: UExprT

Contained unified expression.

CompiledName: get_Expr

Fork me on GitHub