Constructor and Destructor

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

Header File

#include <register/op_lib_register.h>

Function Usage

Constructs and destructs an object of class OpLibRegister.

Prototype

1
2
3
4
5
6
explicit OpLibRegister(const char_t *vendor_name)
OpLibRegister(OpLibRegister &&other) noexcept
OpLibRegister(const OpLibRegister &other)
OpLibRegister &operator=(const OpLibRegister &) = delete
OpLibRegister &operator=(OpLibRegister &&) = delete
~OpLibRegister()

Parameters

Parameter

Input/Output

Description

vendor_name

Input

Vendor name of the custom operator.

other

Input

Another object of class OpLibRegister.

Returns

Object of class OpLibRegister.

Constraints

None