The Gaudi Framework  v30r3 (a5ef0a68)
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 388 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 389 of file PrecedenceRulesGraph.h.

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

Definition at line 391 of file PrecedenceRulesGraph.h.

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

Definition at line 393 of file PrecedenceRulesGraph.h.

393 { return ""; }

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