FST
openfst-1.8.2
OpenFst Library
|
#include <algorithm>
#include <array>
#include <cstdint>
#include <functional>
#include <map>
#include <vector>
#include <fst/compat.h>
#include <fst/extensions/pdt/pdt.h>
#include <unordered_map>
#include <optional>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Typedefs | |
template<typename StackId , typename Level , Level nlevels> | |
using | fst::internal::StackConfig = std::array< StackId, nlevels > |
Enumerations | |
enum | fst::MPdtType : uint8_t { fst::MPdtType::READ_RESTRICT, fst::MPdtType::WRITE_RESTRICT, fst::MPdtType::NO_RESTRICT } |