get_input_name
Module.get_input_name(id)
Gets the name of the id-th input tensor on device.
Parameters:
id (int) -- The position of the input tensor to query for in the network model.
Returns:
input_name -- The name of the id-th input tensor.
Return type:
str
Examples
See example in Module.