--data_types
Description
Sets the input data type.
See Also
Required if --evaluator is not included.
Argument
Argument: input data type.
Format: "float32;float64".
Restrictions: 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 with semicolons (;) in the input node sequence.
Suggestions and Benefits
None
Example
--data_types="float32"
Restrictions
This option applies only to PTQ.
Parent topic: Optional Options