--input_fp16_nodes
Description
Sets the input nodes to specify as float16 nodes.
See Also
- This option is mutually exclusive with --insert_op_conf.
- When --framework is set to 1, this option is invalid in the MindSpore framework, but the model will be successfully converted.
Argument
Argument: Node names to specify as float16 nodes.
Restrictions: The specified nodes must be enclosed in double quotation marks ("") and separated by semicolons (;).
Suggestions and Benefits
None
Example
--input_fp16_nodes="node_name1;node_name2"
Applicability
Dependencies and Restrictions
None
Parent topic: Feature Options