Function openvino_sys::ie_network_get_input_resize_algorithm[][src]

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

@brief Gets pre-configured resize algorithm. @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @parm resize_alg_result The pointer to the resize algorithm used for input blob creation. @return Status code of the operation: OK(0) for success.