CGRA-ME
Public Attributes | List of all members
OpGraphTransformResult Struct Reference

#include <OpGraph.h>

Public Attributes

OpGraph transform_result = {}
 
std::unordered_map< OpGraph::NodeDescriptor, OpGraph::NodeDescriptorforward_mappings = {}
 
std::unordered_map< OpGraph::NodeDescriptor, OpGraph::NodeDescriptorreverse_mappings = {}
 

Detailed Description

Definition at line 502 of file OpGraph.h.

Member Data Documentation

◆ forward_mappings

std::unordered_map<OpGraph::NodeDescriptor, OpGraph::NodeDescriptor> OpGraphTransformResult::forward_mappings = {}

Definition at line 504 of file OpGraph.h.

◆ reverse_mappings

std::unordered_map<OpGraph::NodeDescriptor, OpGraph::NodeDescriptor> OpGraphTransformResult::reverse_mappings = {}

Definition at line 505 of file OpGraph.h.

◆ transform_result

OpGraph OpGraphTransformResult::transform_result = {}

Definition at line 503 of file OpGraph.h.


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