|
class | Alignment |
| represents the core of attention mechanism More...
|
|
class | Attention |
| calculates attention vector from context and decoder output vectors More...
|
|
class | BeamSearchPolicy |
| processes the results of one iteration of the generator with beam search and produces input for the next iteration More...
|
|
class | BenchmarkWriter |
| all it does is to measure the performance of sequence generation More...
|
|
class | BLEUScoreWriter |
| all it does is to evaluate BLEU score More...
|
|
class | Component |
| a functional part of the sample More...
|
|
class | ComponentWeights |
| weights storage More...
|
|
class | Context |
| calculates context vector from raw alignment scores and memory states More...
|
|
class | DataReader |
| reader of sequences of data More...
|
|
class | DataWriter |
| writer of sequences of data More...
|
|
class | DebugUtil |
| container for static debug utility functions More...
|
|
class | Decoder |
| encodes single input into output states More...
|
|
class | DeviceBuffer |
|
class | Embedder |
| projects 1-hot vectors (represented as a vector with indices) into dense embedding space More...
|
|
class | Encoder |
| encodes input sentences into output states More...
|
|
class | Likelihood |
| calculates likelihood and TopK indices for the raw input logits More...
|
|
class | LikelihoodCombinationOperator |
|
class | LimitedSamplesDataReader |
| wraps another data reader and limits the number of samples to read More...
|
|
class | LSTMDecoder |
| encodes single input into output states with LSTM More...
|
|
class | LSTMEncoder |
| encodes input sentences into output states using LSTM More...
|
|
class | MultiplicativeAlignment |
| alignment scores from Luong attention mechanism More...
|
|
class | PinnedHostBuffer |
| wrapper for the pinned host memory region More...
|
|
class | Projection |
| calculates raw logits More...
|
|
class | SequenceProperties |
| provides encoder/decoder relevant properties of sequences More...
|
|
class | SLPAttention |
| Linear attention calculation. More...
|
|
class | SLPEmbedder |
| selects the embedding vector from the weight matrix using index provided in the input More...
|
|
class | SLPProjection |
| Linear logits calculation. More...
|
|
class | SoftmaxLikelihood |
| calculates softmax likelihood and TopK indices for the raw input logits More...
|
|
class | TextReader |
| reads sequences of data from input stream More...
|
|
class | TextWriter |
|
class | Vocabulary |
| String<->Id bijection storage. More...
|
|