pymc.Minibatch.transfer#

Minibatch.transfer(target)#

Transfer this this array’s data to another device.

If target is ‘cpu’ this will transfer to a TensorType (if not already one). Other types may define additional targets.

Parameters
targetstr

The desired location of the output variable