CGRA-ME
Public Member Functions | Public Attributes | List of all members
NodeAttributes Struct Reference

#include <ClusteredMapper.h>

Public Member Functions

 NodeAttributes ()
 

Public Attributes

int occupancy = 0
 
double baseCost = 0.0
 
double hCost = 0.0
 
std::vector< OpGraphValDescmapped_values {}
 

Detailed Description

Definition at line 95 of file ClusteredMapper.h.

Constructor & Destructor Documentation

◆ NodeAttributes()

NodeAttributes::NodeAttributes ( )
inline

Definition at line 96 of file ClusteredMapper.h.

Member Data Documentation

◆ baseCost

double NodeAttributes::baseCost = 0.0

Definition at line 99 of file ClusteredMapper.h.

◆ hCost

double NodeAttributes::hCost = 0.0

Definition at line 100 of file ClusteredMapper.h.

◆ mapped_values

std::vector<OpGraphValDesc> NodeAttributes::mapped_values {}

Definition at line 101 of file ClusteredMapper.h.

◆ occupancy

int NodeAttributes::occupancy = 0

Definition at line 98 of file ClusteredMapper.h.


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