[][src]Function openvino_sys::ie_network_get_color_format

pub unsafe extern "C" fn ie_network_get_color_format(
    network: *const ie_network_t,
    input_name: *const c_char,
    colformat_result: *mut colorformat_e
) -> IEStatusCode

@brief Gets color format of the input data. @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @param colformat_result The pointer to the color format used for input blob creation. @reutrn Status code of the operation: OK(0) for success.