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

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