Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::script::ListIterator< T > Struct Template Reference

Public Member Functions

 ListIterator (TreeList::const_iterator it)
 
bool operator!= (const ListIterator &rhs) const
 
bool operator== (const ListIterator &rhs) const
 
T operator* () const
 
ListIteratoroperator+= (std::ptrdiff_t n)
 
ListIteratoroperator++ ()
 
ListIteratoroperator-- ()
 

Detailed Description

template<typename T>
struct torch::jit::script::ListIterator< T >

Definition at line 124 of file tree_views.h.


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