The Gaudi Framework  v31r0 (aeb156f0)
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 367 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 368 of file PrecedenceRulesGraph.h.

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

Definition at line 370 of file PrecedenceRulesGraph.h.

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

Definition at line 372 of file PrecedenceRulesGraph.h.

372 { return ""; }

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