Optimized Belief Propagation (CPU and GPU)
|
Declares class for defining input signature for evaluation run that consists of evaluation set number, data type, and whether or not to use templated loop iteration count. More...
#include <string_view>
#include <string>
#include <ostream>
#include <limits>
#include <optional>
#include "RunEval/RunEvalConstsEnums.h"
Go to the source code of this file.
Classes | |
class | InputSignature |
Class defines input signature for evaluation run that contains evaluation set number, data type, and whether or not to use templated loop iteration count. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const InputSignature &eval_input_sig) |
Declares class for defining input signature for evaluation run that consists of evaluation set number, data type, and whether or not to use templated loop iteration count.
Definition in file InputSignature.h.
|
inline |
os | |
eval_input_sig |
Definition at line 181 of file InputSignature.h.