ICompilableOp
Namespace: SymTensor
Parent Module: UExprTypes
An IOp that can be converted to an unified expression for compilation.
Instance members
Instance member | Description |
ToUExpr(expr makeOneUop)
Signature: expr:ExprT -> (makeOneUop:(IUOp -> UExprT)) -> UExprT
Modifiers: abstract
|
Should create a unified expression from the given expression.
This op is always the root of the passed expression.
If there is a one-to-one relationship to a unified op, call the makeOneUop function
with the corresponding Uop. It will generate the apropriate unified expression.
|