tensor.utils – Tensor Utils

    • (_data)[source]
    • Return a hash from an ndarray.
    • Compute the numeric shape of all intermediate variables given input shapes.
    • fgraph – The theano.FunctionGraph in question.
    • shapes (dict) – A dict mapping variable to shape
    • .. warning:: This modifies the fgraph. Not pure.