get_output_name
Module.get_output_name(id)
Gets the name of the id-th output tensor.
Parameters:
id (int) -- The position of the output tensor to query for in the network model.
Returns:
output_name -- The name of the id-th output tensor.
Return type:
str
Examples
See example in Module.