For example, I have a cuda tensor in pytorch, how to directly convert it to mxnet/tensorflow in gpu without copying it to cpu? Frequently copying data between cpu and gpu is very time-consuming.
Asked
Active
Viewed 84 times