Deep.Net


ExprInfoT

Namespace: SymTensor

Constructors

ConstructorDescription
new(exprs)
Signature: (exprs:ExprT list) -> ExprInfoT

CompiledName: .ctor

Instance members

Instance memberDescription
Dependants(expr)
Signature: expr:ExprT -> IReadOnlyCollection<ExprT>

Returns all expressions that depend on expr. Comparison is done based on reference equality.

DependantsStructural(expr)
Signature: expr:ExprT -> IReadOnlyCollection<ExprT>

Returns all expressions that depend on expr. Comparison is done based on structural equality.

Exprs
Signature: ExprT list

Contained expressions. It is ensured that equal sub-expression are the same object instance.

CompiledName: get_Exprs

UsedChannels(arg1)
Signature: MultiChannelOpUsageT -> Set<ChannelT>

Returns the list of used channles for the multi-channel op with the specified arguments.

Fork me on GitHub