Namespace Unity.InferenceEngine.Tokenization.Padding
Classes
BatchLongestSizeProvider
Gets the size of the biggest sequence.
DefaultPadding
Placeholder padding processor. Does not apply in padding rules.
DirectionalPaddingBase
Base type for directional padding processor.
FixedPaddingSizeProvider
Gives a fixed padding length.
LeftPadding
Pads the sequences of tokens by adding tokens to the left.
RightPadding
Pads the sequences of tokens by adding tokens to the right.
Interfaces
IPadding
Applies a padding to sequences of tokens.
IPaddingSizeProvider
Computes the size of the padded sequence of tokens.