Enum rust_bert::pipelines::generation_utils::Cache [−][src]
pub enum Cache { GPT2Cache(Option<Vec<Tensor>>), BARTCache(Option<Vec<(Option<BartLayerState>, Option<BartLayerState>)>>), T5Cache(Option<Vec<(Option<T5LayerState>, Option<T5LayerState>)>>), XLNetCache(Option<Vec<Option<XLNetLayerState>>>), ReformerCache(Option<Vec<Option<ReformerLayerState>>>), ProphetNetCache(Option<Vec<(Option<ProphetNetLayerState>, Option<ProphetNetLayerState>)>>), GPTNeoCache(Option<Vec<Option<GPTNeoLayerState>>>), None, }
Variants
BARTCache(Option<Vec<(Option<BartLayerState>, Option<BartLayerState>)>>)
T5Cache(Option<Vec<(Option<T5LayerState>, Option<T5LayerState>)>>)
XLNetCache(Option<Vec<Option<XLNetLayerState>>>)
ReformerCache(Option<Vec<Option<ReformerLayerState>>>)
ProphetNetCache(Option<Vec<(Option<ProphetNetLayerState>, Option<ProphetNetLayerState>)>>)
GPTNeoCache(Option<Vec<Option<GPTNeoLayerState>>>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cache
impl Send for Cache
impl !Sync for Cache
impl Unpin for Cache
impl UnwindSafe for Cache
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,