|
Optimized Belief Propagation (CPU and GPU)
|
Constants for timing belief propagation implementation. More...
#include <array>#include <string>#include <unordered_map>

Go to the source code of this file.
Namespaces | |
| beliefprop | |
| Namespace for enums, constants, structures, and functions specific to belief propagation processing. | |
Variables | |
| constexpr std::array< std::array< std::string_view, 3 >, 10 > | beliefprop::kLevelDCostBpTimeCTimeNames |
| Constant consisting of arrays of string views for headers corresponding to timing of computation of data costs, bp runtime, and copy data runtime of each level. More... | |
| const std::unordered_map< Runtime_Type, std::string_view > | beliefprop::kTimingNames |
| Mapping of runtime segment enum to header describing timing of the segment. More... | |
Constants for timing belief propagation implementation.
Definition in file DetailedTimingBpConsts.h.