IOp
Namespace: SymTensor
Parent Module: ExprTypes
Instance members
Instance member | Description |
CanEvalAllSymSizes
Signature: bool
Modifiers: abstract
|
Should be true, if all symbolic sizes can be evaluated to numeric sizes.
This is the case if the function ShapeSpec.canEval or SizeSpec.canEval respectively
return true on all sizes used in this op.
CompiledName: get_CanEvalAllSymSizes
|
ContainedVars
Signature: Set<VarSpecT>
Modifiers: abstract
|
Should return the set of variables that this op instance depends on.
CompiledName: get_ContainedVars
|