Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
nom::Match< G, EqualityClass > Class Template Reference

Public Types

using SubgraphType = typename G::SubgraphType
 

Public Member Functions

 Match (G &g)
 
std::vector< SubgraphType > recursiveMatch (typename G::NodeRef candidateNode, std::vector< typename G::NodeRef > stack, SubgraphType currentSubgraph)
 
std::vector< SubgraphType > match (G &g)
 

Detailed Description

template<typename G, typename EqualityClass = NodeEqualityDefault<typename G::NodeRef>>
class nom::Match< G, EqualityClass >

Definition at line 31 of file Match.h.


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