Public Member Functions | |
| iterator (const TensorIterator &iter) | |
| SplitUntil32Bit. More... | |
| iterator (iterator &&)=default | |
| TensorIterator & | operator* () const |
| iterator & | operator++ () |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Data Fields | |
| std::vector< std::unique_ptr< TensorIterator > > | vec |
| stack of TensorIterators to be split | |
Definition at line 290 of file TensorIterator.h.
| at::SplitUntil32Bit::iterator::iterator | ( | const TensorIterator & | iter | ) |
Recursively splits an iterator into sub-iterators that can use 32-bit indexing.
Definition at line 654 of file TensorIterator.cpp.
1.8.11