--outputs
Description
This option applies only to TensorFlow models.
Sets the name of the output tensor for the source model.
See Also
None
Arguments
Argument: name of the output tensor for the source 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
Examples
--outputs="Reshape_1:0"
Constraints
This option is required in both PTQ and QAT model adaptation to Ascend.
Parent topic: Required Options