pub unsafe fn ie_infer_request_set_batch(
    infer_request: *mut ie_infer_request_t,
    size: usize
) -> IEStatusCode
Expand description

@brief Sets new batch size for certain infer request when dynamic batching is enabled in executable network that created this request. @ingroup InferRequest @param infer_request A pointer to ie_infer_request_t instance. @param size New batch size to be used by all the following inference calls for this request. @return Status code of the operation: OK(0) for success.