=================================================================== :mod:`tensor.io` -- Tensor IO Ops =================================================================== .. module:: tensor.io :platform: Unix, Windows :synopsis: Tensor IO Ops .. moduleauthor:: LISA File operation ============== - Load from disk with the function :func:`load ` and its associated op :class:`LoadFromDisk ` MPI operation ============= - Non-blocking transfer: :func:`isend ` and :func:`irecv `. - Blocking transfer: :func:`send ` and :func:`recv ` Details ======= .. automodule:: theano.tensor.io :members: