--data_types

Function Usage

Sets the input data type.

See Also

Required if --evaluator is not included.

Value

Argument: input data type.

Format: "float32;float64".

Remarks: If a model has multiple inputs of different data types, you need to specify all the involved data types. All the data types must be enclosed in double quotation marks ("") and separated by semicolons (;) in the input node sequence.

Suggestions and Benefits

None

Examples

--data_types="float32"

Constraints

This option is used only in PTQ scenarios.