The Gaudi Framework  v32r2 (46d42edc)
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 366 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 367 of file PrecedenceRulesGraph.h.

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

◆ operator()() [2/3]

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

Definition at line 369 of file PrecedenceRulesGraph.h.

369 { return ""; }

◆ operator()() [3/3]

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

Definition at line 371 of file PrecedenceRulesGraph.h.

371 { return ""; }

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