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

Control flow graph is a graph of basic blocks that can be used as an analysis tool. More...

#include <ControlFlow.h>

Inheritance diagram for nom::repr::ControlFlowGraph< G >:

Public Member Functions

 ControlFlowGraph (const ControlFlowGraph &)=delete
 
 ControlFlowGraph (ControlFlowGraph &&)=default
 
ControlFlowGraphoperator= (ControlFlowGraph &&)=default
 

Detailed Description

template<typename G>
class nom::repr::ControlFlowGraph< G >

Control flow graph is a graph of basic blocks that can be used as an analysis tool.

Note
G Must be of type Graph<T, U>.

Definition at line 90 of file ControlFlow.h.


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