Enum rust_bert::pipelines::conversation::ConversationOption [−][src]
pub enum ConversationOption {
GPT2(GPT2Generator),
}Expand description
Variants
GPT2(GPT2Generator)
Tuple Fields
Conversation based on GPT2 model
Implementations
Returns the ModelType for this ConversationOption
Auto Trait Implementations
impl RefUnwindSafe for ConversationOption
impl Send for ConversationOption
impl !Sync for ConversationOption
impl Unpin for ConversationOption
impl UnwindSafe for ConversationOption
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
