The Gaudi Framework  v33r1 (b1225454)
precedence::Operations Struct Reference

#include <src/PRGraph/PrecedenceRulesGraph.h>

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 376 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 377 of file PrecedenceRulesGraph.h.

377 { return props.m_isIOBound ? "IO-bound" : "CPU-bound"; }

◆ operator()() [2/3]

std::string precedence::Operations::operator() ( const DecisionHubProps ) const
inline

Definition at line 379 of file PrecedenceRulesGraph.h.

379 { return ""; }

◆ operator()() [3/3]

std::string precedence::Operations::operator() ( const DataProps ) const
inline

Definition at line 381 of file PrecedenceRulesGraph.h.

381 { return ""; }

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