--input_fp16_nodes

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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: When multiple nodes are specified, 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"

Dependencies and Restrictions

None