Function openvino_sys::ie_network_get_output_layout[][src]

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

@brief Gets a layout of the output data. @ingroup Network @param network A pointer to ie_network_t instance. @param output_name Name of output data. @param layout_result A pointer to the layout used for output blob creation. @return Status code of the operation: OK(0) for success.