“1ee9037fce5651b0fdea60f30f733c3bb9962c06”上不存在“release_doc/0.9.0/doc/source/math/matrix/index.html”
  • F
    Simplify Tensor implimentation · 55d30172
    fengjiayi 提交于
    ATTENTION: some interfaces changed:
    1. void Tensor::set_dims(const DDim& dims) ==> void Tensor::Resize(const DDim& dims).
    2. void Tensor::ShareDataFrom(const Tensor& src)  ==> void Tensor::ShareDataWith(const Tensor& src)
    3. DDim Tensor::dims() const ==> const DDim& Tensor::dims() const
    55d30172
tensor_bind.h 3.1 KB