A tuple representing minimum, optimal, and maximum dimensions. This tuple is used to specify the range of dimensions for model optimization. The three integers represent the minimum, optimal, and maximum dimensions respectively.
More...
#include <CompilationParams.h>
|
| std::tuple< int, int, int > | values |
| |
A tuple representing minimum, optimal, and maximum dimensions. This tuple is used to specify the range of dimensions for model optimization. The three integers represent the minimum, optimal, and maximum dimensions respectively.
◆ from_tuple()
| static MinOptMaxDims celantur::MinOptMaxDims::from_tuple |
( |
std::tuple< int, int, int > && |
in | ) |
|
|
inlinestatic |
◆ values
| std::tuple<int, int, int> celantur::MinOptMaxDims::values |