Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Structures | Public Member Functions
at::SplitUntil32Bit Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following files: