Multiple add_graph calls

Is it possible to add multiple graphs (multiple calls to add_graph(model_A), add_graph(model_B), etc). I tried it, but only the last called add_graph() gets shown on tensorboard. Thanks!

redirected by @bdhirsh from https://github.com/pytorch/pytorch/issues/46239