The Gaudi Framework  v30r0 (c919700c)
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 405 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 406 of file PrecedenceRulesGraph.h.

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

Definition at line 408 of file PrecedenceRulesGraph.h.

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

Definition at line 410 of file PrecedenceRulesGraph.h.

410 { return ""; }

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