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
 
using EdgeRef = typename Graph< T, U >::EdgeRef
 

Public Member Functions

 Edge (NodeRef tail, NodeRef head)
 
 Edge (NodeRef tail, NodeRef head, U &&data)
 
const NodeRef & tail () const
 
const NodeRef & head () const
 
- 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 = T>
class nom::Edge< T, U >

Definition at line 34 of file Graph.h.


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