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

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

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)
 

Detailed Description

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.

Author
Scott Grauer-Gray

Definition in file InputSignature.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const InputSignature eval_input_sig 
)
inline
Parameters
os
eval_input_sig
Returns
Output stream with InputSignature object written to it

Definition at line 181 of file InputSignature.h.