OpReceiver Constructor and Destructor

Description

Constructs an object of class OpReceiver and receives the registration information of a custom operator.

Prototype

1
2
OpReceiver(OpRegistrationData &reg_data)
~OpReceiver()

Parameters

Parameter

Input/Output

Description

reg_data

Input

Operator information to register.

Returns

An OpReceiver object.

Troubleshooting

None

Constraints

None