The Gaudi Framework  v29r0 (ff2e7097)
precedence::Operations Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::Operations:
Collaboration diagram for precedence::Operations:

Public Member Functions

std::string operator() (const AlgoProps &props) const
 
std::string operator() (const DecisionHubProps &) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 293 of file PrecedenceRulesGraph.h.

Member Function Documentation

std::string precedence::Operations::operator() ( const AlgoProps props) const
inline

Definition at line 294 of file PrecedenceRulesGraph.h.

294 { return props.m_isIOBound ? "IO-bound" : "CPU-bound"; }
std::string precedence::Operations::operator() ( const DecisionHubProps ) const
inline

Definition at line 296 of file PrecedenceRulesGraph.h.

296 { return ""; }
std::string precedence::Operations::operator() ( const DataProps ) const
inline

Definition at line 298 of file PrecedenceRulesGraph.h.

298 { return ""; }

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