| 
| 
using  | NodeRef = typename Graph< T, U... >::NodeRef | 
|   | 
 | 
| 
  | Edge (NodeRef tail, NodeRef head, U...args) | 
|   | 
| 
const NodeRef &  | tail () const  | 
|   | 
| 
const NodeRef &  | head () const  | 
|   | 
| 
void  | setTail (NodeRef n) | 
|   | 
| 
void  | setHead (NodeRef n) | 
|   | 
| 
  | StorageType (U...&&data) | 
|   | 
| 
  | StorageType (const U...&data)=delete | 
|   | 
| 
const U...&  | data () const | 
|   | 
| 
U...*  | mutableData () | 
|   | 
| 
void  | resetData (U...&&data) | 
|   | 
template<typename T, typename... U>
class nom::Edge< T, U >
Definition at line 43 of file Graph.h.
The documentation for this class was generated from the following file:
- caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h