--input_fp16_nodes

Description

Sets the input nodes to specify as float16 nodes.

See Also

This option is mutually exclusive with --insert_op_conf for the same input node.

Arguments

Argument: name of the FP16 input node.

Restrictions: The specified nodes must be enclosed in double quotation marks ("") and separated by semicolons (;).

Suggestions and Benefits

None

Examples

--input_fp16_nodes="node_name1;node_name2"

Dependencies and Restrictions

None