Poplar and PopLibs
|
OptionSpec and OptionHandler used to build up a specification of what options and their values should be, and to translate the value strings to real values. More...
#include <functional>
#include <initializer_list>
#include <limits>
#include <map>
#include <poplar/StringRef.hpp>
#include <poplar/exceptions.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | poplibs::OptionHandler |
Represents the various options types. More... | |
class | poplibs::OptionSpec |
Represents a set of options and their values. More... | |
Namespaces | |
namespace | poplibs |
PopLibs classes and functions. | |
OptionSpec and OptionHandler used to build up a specification of what options and their values should be, and to translate the value strings to real values.