#include <memory>
#include <string>
#include <vector>
#include "hebench/modules/general/include/nocopy.h"
#include "hebench/modules/logging/include/logging.h"
#include "hebench/api_bridge/types.h"
#include "hebench_types_harness.h"
Go to the source code of this file.
◆ hebench::TestHarness::IDataLoader::ResultData
| struct hebench::TestHarness::IDataLoader::ResultData |
Definition at line 33 of file hebench_idata_loader.h.
| Class Members |
|
shared_ptr< void > |
reserved0 |
|
|
vector< const NativeDataBuffer * > |
result |
Points to the NativeDataBuffer s containing the result sample for an input sample. |
|
uint64_t |
sample_index |
Index of the result sample. |