pub unsafe fn ie_network_get_input_dims(
    network: *const ie_network_t,
    input_name: *const c_char,
    dims_result: *mut dimensions_t
) -> IEStatusCode
Expand description

@brief Gets dimensions/shape of the input data with reversed order. @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @param dims_result A pointer to the dimensions used for input blob creation. @return Status code of the operation: OK(0) for success.