--input_fp16_nodes

Applicability

Product

Supported (Yes/No)

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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