UExprT
Namespace: SymTensor
Parent Module: UExprTypes
unified expression (combines all arities and types and ops cannot have expressions as parameters)
Union Cases
Union Case | Description |
UExpr(UOpT,UExprT list,UMetadata)
Signature: UOpT * UExprT list * UMetadata
|
|
Instance members
Instance member | Description |
Args
Signature: UExprT list
|
CompiledName: get_Args
|
ChannelShape
Signature: Map<ChannelT,NShapeSpecT>
|
CompiledName: get_ChannelShape
|
ChannelType
Signature: Map<ChannelT,TypeNameT>
|
CompiledName: get_ChannelType
|
Expr
Signature: ExprT option
|
CompiledName: get_Expr
|
Metadata
Signature: UMetadata
|
CompiledName: get_Metadata
|
Op
Signature: UOpT
|
CompiledName: get_Op
|
Pretty
Signature: string
|
pretty string
CompiledName: get_Pretty
|