get_input_info
- Module.get_input_info(name)
Gets the tensor information, such as tensor shape and data type with the given input tensor name.
- Parameters:
name (str) -- The name of the input tensor to query for.
- Returns:
input_info -- The information of the input tensor.
- Return type:
Examples
See example in
Module.