get_num_inputs
Module.get_num_inputs()
Gets the total number of input tensors in the network model.
Returns:
input_number -- The total number of input tensors.
Return type:
int
Examples
See example in Module.
Module.get_num_inputs()
Gets the total number of input tensors in the network model.
Returns:
input_number -- The total number of input tensors.
Return type:
int
Examples
See example in Module.