enum GenerationMode
s10Generation0A4ModeO
9TUR8
import Generation
case contrastiveSearch
case greedy
case sample
case beam
case groupBeam
case unsupported
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher to produce an integer hash value.
Hasher
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.