• James Bergstra's avatar
    Replaced tensor.basic.SetSubtensor with tensor.basic.IncSubTensor. · d020e83b
    James Bergstra 提交于
    This was done in order to greatly simplify a new optimization to serialize
    multiple IncSubtensors of a common base.  This is a case that happens if you
    compute more than one subtensor from a single variable and then take a gradient.
    Serialization helps because then all the IncSubtensors can be done inplace.
    d020e83b
名称
最后提交
最后更新
..
compile 正在载入提交数据...
gof 正在载入提交数据...
sandbox 正在载入提交数据...
scalar 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
gradient.py 正在载入提交数据...
printing.py 正在载入提交数据...