|
Public Methods |
| | TensorArraySliceIterator (TensorArray< T, dims > *array, int dir=0, int start=0, int end=0) |
| | Iterate slice at [start, end) along dir .
|
| bool | PastEnd () const |
| | Use this instead of STL style end().
|
TensorArray1DIterator< T,
dims > | Begin () const |
TensorArray1DIterator< T,
dims > | End () const |
|
| MyType & | operator++ () |
| | Arithmetic on the iterator.
|
| MyType & | operator+= (int inc) |
| | Arithmetic on the iterator.
|
| MyType | operator+ (int inc) |
| | Arithmetic on the iterator.
|
| MyType & | operator-- () |
| | Arithmetic on the iterator.
|
| MyType & | operator-= (int inc) |
| | Arithmetic on the iterator.
|
| MyType | operator- (int inc) |
| | Arithmetic on the iterator.
|
|
| MyType & | operator= (MyType const &rhs) |
| | Arithematic operation on the iterated subarray(a slice along dir direction.
|
| MyType & | operator *= (double scale) |
| | Arithematic operation on the iterated subarray(a slice along dir direction.
|
| MyType & | operator/= (double denom) |
| | Arithematic operation on the iterated subarray(a slice along dir direction.
|
| MyType & | operator+= (MyType const &rhs) |
| | Arithematic operation on the iterated subarray(a slice along dir direction.
|
| MyType & | operator-= (MyType const &rhs) |
| | Arithematic operation on the iterated subarray(a slice along dir direction.
|