|
enum | ControlLine : std::uint64_t {
Index_ControlIdentifier = 0
, Index_ControlComponentIndex
, Index_ControlNumSamples
, Index_ControlKind
,
ControlTokenSize
, Index_ControlPadToLength = ControlTokenSize
, Index_ControlPadValue
, ControlMaxTokenSize
} |
|
enum | CSVLine : std::uint64_t {
Index_CSVFilename = 0
, CSVTokenSize
, Index_CSVFromLine = CSVTokenSize
, Index_CSVNumSamples
,
CSVMaxTokenSize
} |
|
Definition at line 19 of file hebench_dataset_loader.cpp.
◆ ControlLine
Enumerator |
---|
Index_ControlIdentifier | |
Index_ControlComponentIndex | |
Index_ControlNumSamples | |
Index_ControlKind | |
ControlTokenSize | |
Index_ControlPadToLength | |
Index_ControlPadValue | |
ControlMaxTokenSize | |
Definition at line 22 of file hebench_dataset_loader.cpp.
◆ CSVLine
Enumerator |
---|
Index_CSVFilename | |
CSVTokenSize | |
Index_CSVFromLine | |
Index_CSVNumSamples | |
CSVMaxTokenSize | |
Definition at line 34 of file hebench_dataset_loader.cpp.
◆ isComment()
bool hebench::DataLoader::EDLHelper::isComment |
( |
std::string_view |
s_view | ) |
|
|
static |
◆ isCommentOrEmpty()
static bool hebench::DataLoader::EDLHelper::isCommentOrEmpty |
( |
std::string_view |
s_view | ) |
|
|
inlinestatic |
◆ isEmpty()
bool hebench::DataLoader::EDLHelper::isEmpty |
( |
std::string_view |
s_view | ) |
|
|
static |
◆ ControlLineInput
constexpr static const char* hebench::DataLoader::EDLHelper::ControlLineInput = "input" |
|
staticconstexpr |
◆ ControlLineKindCSV
constexpr static const char* hebench::DataLoader::EDLHelper::ControlLineKindCSV = "csv" |
|
staticconstexpr |
◆ ControlLineKindLocal
constexpr static const char* hebench::DataLoader::EDLHelper::ControlLineKindLocal = "local" |
|
staticconstexpr |
◆ ControlLineOutput
constexpr static const char* hebench::DataLoader::EDLHelper::ControlLineOutput = "output" |
|
staticconstexpr |
The documentation for this class was generated from the following file: