--input_fp16_nodes

Applicable Products

All processors

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.

Arguments

Argument: Node names to specify as float16 nodes.

Restrictions: When multiple nodes are specified, enclose them in double quotation marks ("") and separate them by semicolons (;).

Suggestions and Benefits

None

Example

--input_fp16_nodes="node_name1;node_name2"

Dependencies and Restrictions

None