HEBench
|
Classes | |
class | Common |
Base wrapper around the flexible workload parameters. More... | |
class | MatrixMultiply |
class | VectorSize |
class | Generic |
Wraps around flexible workload parameters required for a generic workload. More... | |
class | SimpleSetIntersection |
Typedefs | |
typedef VectorSize | EltwiseAdd |
typedef VectorSize | EltwiseMultiply |
typedef VectorSize | DotProduct |
typedef VectorSize | LogisticRegression |
Functions | |
template<> | |
void | Common::add< std::int64_t > (const std::int64_t &value, const std::string &name) |
template<> | |
void | Common::set< std::int64_t > (std::size_t index, const std::int64_t &value, const std::string &name) |
template<> | |
void | Common::set< std::int64_t > (std::size_t index, const std::int64_t &value) |
template<> | |
const std::int64_t & | Common::get< std::int64_t > (std::size_t index) const |
template<> | |
void | Common::add< std::uint64_t > (const std::uint64_t &value, const std::string &name) |
template<> | |
void | Common::set< std::uint64_t > (std::size_t index, const std::uint64_t &value, const std::string &name) |
template<> | |
void | Common::set< std::uint64_t > (std::size_t index, const std::uint64_t &value) |
template<> | |
const std::uint64_t & | Common::get< std::uint64_t > (std::size_t index) const |
Definition at line 627 of file workload_params.hpp.
Definition at line 625 of file workload_params.hpp.
Definition at line 626 of file workload_params.hpp.
Definition at line 628 of file workload_params.hpp.
|
inline |
Definition at line 96 of file workload_params.hpp.
|
inline |
Definition at line 134 of file workload_params.hpp.
|
inline |
Definition at line 126 of file workload_params.hpp.
|
inline |
Definition at line 164 of file workload_params.hpp.
|
inline |
Definition at line 117 of file workload_params.hpp.
|
inline |
Definition at line 107 of file workload_params.hpp.
|
inline |
Definition at line 155 of file workload_params.hpp.
|
inline |
Definition at line 145 of file workload_params.hpp.