A container-like struct that acts as if it contains splits of a TensorIterator that can use 32-bit indexing. More...
#include <TensorIterator.h>
Data Structures | |
struct | iterator |
Public Member Functions | |
SplitUntil32Bit (const TensorIterator &iter) | |
iterator | begin () const |
iterator | end () const |
A container-like struct that acts as if it contains splits of a TensorIterator that can use 32-bit indexing.
Taken together the splits cover the original TensorIterator.
Definition at line 289 of file TensorIterator.h.