Skip to content

Subtensor Iterator Docs

Kannav Mehta edited this page Aug 24, 2021 · 2 revisions

The subtensor implementation is currently not iterable. Thus in the future I'll be working on making it iterable like a tensor object. This would require to create a multidimensional iterator similar to tensor. However a tensor object allows iterating over the container object but a subtensor object would have area over only the data it is a view of.