[][src]Function openvino_sys::ie_network_set_input_resize_algorithm

pub unsafe extern "C" fn ie_network_set_input_resize_algorithm(
    network: *mut ie_network_t,
    input_name: *const c_char,
    resize_algo: resize_alg_e
) -> IEStatusCode

@brief Sets resize algorithm to be used during pre-processing @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @param resize_algo Resize algorithm. @return Status code of the operation: OK(0) for success.