Optimized Belief Propagation (CPU and GPU)
|
Declares child class of RunImpOnInput to run and evaluate belief propagation implementation on a specified input. More...
#include <utility>
#include <memory>
#include <optional>
#include <vector>
#include <array>
#include <string>
#include <set>
#include "RunSettingsParams/RunSettings.h"
#include "RunSettingsParams/ParallelParams.h"
#include "RunEval/RunEvalConstsEnums.h"
#include "RunEval/RunTypeConstraints.h"
#include "RunEval/EvaluateImpAliases.h"
Go to the source code of this file.
Classes | |
class | RunImpOnInput< T, OPT_IMP_ACCEL, NUM_INPUT > |
Virtual class to run and evaluate implementation on a input specified by index number. More... | |
Declares child class of RunImpOnInput to run and evaluate belief propagation implementation on a specified input.
Declares virtual class to run and evaluate implementation on a input specified by index number.
Definition in file RunImpOnInput.h.