COMMITS
/ extension/tensor/tensor_ptr.h November 12, 2024
Y
Fix missing header `<algorithm>` in tensor_ptr.h (#6778)
Yongjoo Ahn committed
October 10, 2024
D
s/exec_aten::/executorch::aten::/ for extension/**/*.h (#6032)
Dave Bort committed
September 28, 2024
A
Merge TensorImplPtr into TensorPtr.
Anthony Shoumikhin committed
September 27, 2024
S
Remove TensorPtr::get() (#5687)
Scott Wolchok committed
S
Store the Tensor inline in TensorPtr (#5684)
Scott Wolchok committed
September 21, 2024
A
Fix tensor cloning when data is null. (#5535)
Anthony Shoumikhin committed
September 17, 2024
A
Cast the vector from deduced type to desired type if needed. (#5409)
Anthony Shoumikhin committed
September 16, 2024
A
Move type arg to the end to match Aten constructors. (#5379)
Anthony Shoumikhin committed
A
Add extra checks for the provided dim order and strides. (#5377)
Anthony Shoumikhin committed
September 12, 2024
A
Add APIs to make from an existing Tensor and clone by copying and owning the data. (#5304)
Anthony Shoumikhin committed
September 11, 2024
A
Add helper function to create empty, full, ones and zeros tensors. (#5261)
Anthony Shoumikhin committed
September 10, 2024
A
Use dynamic bound by default.
Anthony Shoumikhin committed
September 9, 2024
A
Add an overload to skip dtype and sizes.
Anthony Shoumikhin committed
September 8, 2024
A
Provide more options to create an owning tensor.
Anthony Shoumikhin committed
September 4, 2024
A
FIx typo in templated constructor.
Anthony Shoumikhin committed
A
Tensor managed by a smart pointer.
Anthony Shoumikhin committed