Reuse Workspace in Caffe2

I’m using Caffe2 to inference a model, but would love to be able to reuse the Workspace if it already exist, is there a way that this can be done please? I’m using C++ interface.

What I mean is that if I already loaded the model on the GPU I don’t have to reloaded again if I run another application and could access the same Workspace.

Thanks very much for your help :slight_smile: