Function openvino_sys::ie_network_set_input_resize_algorithm[][src]

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

@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.