Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions | Friends
nom::Edge< T, U > Class Template Reference
Inheritance diagram for nom::Edge< T, U >:
StorageType< U... >

Public Types

using NodeRef = typename Graph< T, U... >::NodeRef
 

Public Member Functions

 Edge (NodeRef tail, NodeRef head, U...args)
 
const NodeRef & tail () const
 
const NodeRef & head () const
 
void setTail (NodeRef n)
 
void setHead (NodeRef n)
 
- Public Member Functions inherited from StorageType< U... >
 StorageType (U...&&data)
 
 StorageType (const U...&data)=delete
 
const U...& data () const
 
U...* mutableData ()
 
void resetData (U...&&data)
 

Friends

class Graph< T, U... >
 

Detailed Description

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: