AddConfig

Function Usage

Registers the AI Processor model and OpAICoreConfig information supported by an operator.

Prototype

void AddConfig(const char *soc);

void AddConfig(const char *soc, OpAICoreConfig &aicore_config);

Parameters

Parameter

Input/Output

Description

soc

Input

Supported AI Processor model.

aicore_config

Input

For details about the AI Core configuration information, see OpAICoreConfig.

Returns

None

Constraints

None