--outputs
Description
This option applies only to TensorFlow models.
Sets the name of the output tensor for the original model.
See Also
None
Argument
Argument: name of the output tensor for the original model.
Format: The argument must be in the format <op_name>:<output_index>, where <op_name> indicates the operator name, and <output_index> indicates the sequence number of the output.
Suggestions and Benefits
None
Example
--outputs="Reshape_1:0"
Restrictions
This option is required in both PTQ and QAT model adaptation to CANN format.
Parent topic: Required Options