pub unsafe fn ie_network_reshape(
    network: *mut ie_network_t,
    shapes: input_shapes_t
) -> IEStatusCode
Expand description

@brief Run shape inference with new input shapes for the network. @ingroup Network @param network A pointer to the instance of the ie_network_t to reshape. @param shapes A new input shapes to set for the network. @return Status code of the operation: OK(0) for success.