feiwang3311 / Lantern

BSD 3-Clause "New" or "Revised" License
167 stars 15 forks source link

Revamp tensor constructors. #27

Closed dan-zheng closed 5 years ago

dan-zheng commented 5 years ago

Make constructors that take both "shape" and "data" arguments:

Rename zeros(Tensor) and ones(Tensor) to zeros_like and ones_like.

dan-zheng commented 5 years ago

Multiple parameter lists is a great idea, noted in #17. I'll continue to focus on GPU support.