| 
| 
  | Index (int64_tValue maxElements) | 
|   | 
| 
void  | Get (const T *keys, int64_tValue *values, size_t numKeys) | 
|   | 
| 
bool  | Load (const T *keys, size_t numKeys) | 
|   | 
| 
bool  | Store (Tensor *out) | 
|   | 
| 
  | IndexBase (int64_tValue maxElements, const TypeMeta &type) | 
|   | 
| 
void  | Freeze () | 
|   | 
| 
bool  | isFrozen () const  | 
|   | 
| 
int64_t  | maxElements () const  | 
|   | 
| 
const TypeMeta &  | Type () const  | 
|   | 
| 
int64_tValue  | Size () | 
|   | 
 | 
| 
int64_t  | maxElements_ | 
|   | 
| 
TypeMeta  | meta_ | 
|   | 
| 
int64_tValue  | nextId_ {1} | 
|   | 
| 
std::atomic< bool >  | frozen_ {false} | 
|   | 
| 
std::mutex  | dictMutex_ | 
|   | 
template<typename T>
struct caffe2::Index< T >
Definition at line 56 of file index_ops.h.
The documentation for this struct was generated from the following file: