Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
nom::repr::BasicBlock< T, U > Class Template Reference

A basic block holds a reference to a subgraph of the data flow graph as well as an ordering on instruction execution. More...

#include <ControlFlow.h>

Public Types

using NodeRef = typename Subgraph< T, U >::NodeRef
 

Public Member Functions

void trackNode (NodeRef node)
 
void untrackNode (NodeRef node)
 
void pushInstructionNode (NodeRef node)
 
const std::vector< NodeRef > & getInstructions ()
 
const bool hasInstruction (NodeRef instr) const
 
void insertInstructionBefore (NodeRef newInstr, NodeRef instr)
 
void deleteInstruction (NodeRef instr)
 

Detailed Description

template<typename T, typename U>
class nom::repr::BasicBlock< T, U >

A basic block holds a reference to a subgraph of the data flow graph as well as an ordering on instruction execution.

Basic blocks are used for control flow analysis.

Definition at line 15 of file ControlFlow.h.


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