Optimized Belief Propagation (CPU and GPU)
RunImpOnInput.h File Reference

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"
Include dependency graph for RunImpOnInput.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Scott Grauer-Gray

Definition in file RunImpOnInput.h.