Engine

Function Usage

Configures the engine called by the operator. The input parameter is fixed to DNN_VM_HOST_CPU.

Prototype

1
OpHostCPUDef &Engine(const char *value)

Parameters

Parameter

Input/Output

Description

value

Input

Name of the engine called by the operator

Returns

OpHostCPUDef operator definition. For details, see OpHostCPUDef.

Restrictions

None