DynamicCompileStaticFlag

Function Usage

Determines whether a dynamic operator supports static compilation. The default value is true, indicating that a developed dynamic operator supports static compilation by default. The value false disables static compilation. You are advised to retain the default value true.

Prototype

OpAICoreConfig &DynamicCompileStaticFlag(bool flag);

Parameters

Parameter

Input/Output

Description

flag

Input

Determines whether a dynamic operator supports static compilation.

Returns

OpAICoreConfig class. For details, see OpAICoreConfig.

Constraints

None