Function openvino_sys::ie_network_get_output_dims[][src]

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

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