AnyTypeOperator

Applicability

Product

Supported or Not

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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