#include <parameters.h>
tc::autotune::RangeParameter::RangeParameter |
( |
std::vector< size_t > |
values, |
|
|
const std::string & |
name |
|
) |
| |
tc::autotune::RangeParameter::RangeParameter |
( |
const RangeParameter & |
| ) |
|
tc::autotune::RangeParameter::RangeParameter |
( |
| ) |
|
|
default |
void tc::autotune::RangeParameter::apply |
( |
const std::function< void(ParameterView &)> & |
f | ) |
|
void tc::autotune::RangeParameter::fixValue |
( |
size_t |
v | ) |
|
size_t tc::autotune::RangeParameter::numberOptions |
( |
| ) |
const |
void tc::autotune::RangeParameter::selectFromValue |
( |
size_t |
v | ) |
|
void tc::autotune::RangeParameter::selectOption |
( |
size_t |
idx | ) |
|
size_t tc::autotune::RangeParameter::value |
( |
| ) |
const |
llvm::Optional<size_t> tc::autotune::RangeParameter::fixedValue_ |
|
private |
std::string tc::autotune::RangeParameter::name |
size_t tc::autotune::RangeParameter::selected_ = 0 |
|
private |
std::vector<size_t> tc::autotune::RangeParameter::values_ |
|
private |
The documentation for this class was generated from the following file: