AnyTypeOperator
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Provides access to IR-related methods in the Operator class, including dynamic input/output registration, input/output registration, attribute registration, and subgraph registration. It is an operator class of any type, which is inherited from Operator.
Constructor Prototype
1 | AnyTypeOperator(const char_t *name, const char_t *type) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Operator name. |
type |
Input |
Operator type. |
Returns
Object of class AnyTypeOperator.
Constraints
None
Parent topic: CompliantNodeBuilder