Function openvino_sys::ie_network_set_output_layout[][src]

pub unsafe fn ie_network_set_output_layout(
    network: *mut ie_network_t,
    output_name: *const c_char,
    l: layout_e
) -> IEStatusCode
Expand description

@brief Changes the layout of the output data named “output_name”. @ingroup Network @param network A pointer to ie_network_t instance. @param output_name Name of output data. @param l A new layout of the output data to set. @return Status code of the operation: OK(0) for success.