Format

Function

Defines the operator parameter data format.

Prototype

1
OpParamDef &Format(std::vector<ge::Format> formats)

Parameters

Parameter

Input/Output

Description

formats

Input

Data format of the operator parameter. For details about ge::Format, see ge::Format.

Returns

OpParamDef operator definition. For details, see OpParamDef.

Constraints

None