pub unsafe fn ie_network_get_input_shapes(
    network: *mut ie_network_t,
    shapes: *mut input_shapes_t
) -> IEStatusCode
Expand description

@brief Helper method collect all input shapes with input names of corresponding input data. Use the ie_network_input_shapes_free() method to free memory. @ingroup Network @param network A pointer to the instance of the ie_network_t to get input shapes. @param shapes A pointer to the input_shapes. @return Status code of the operation: OK(0) for success.