pub enum TensorRowMapping {
BatchTokens,
}Expand description
Mapping between tensor rows and the submitted decode batch.
Variants§
BatchTokens
Rows correspond in order to logical token entries in the decode batch.
Trait Implementations§
Source§impl Clone for TensorRowMapping
impl Clone for TensorRowMapping
Source§fn clone(&self) -> TensorRowMapping
fn clone(&self) -> TensorRowMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TensorRowMapping
Source§impl Debug for TensorRowMapping
impl Debug for TensorRowMapping
impl Eq for TensorRowMapping
Source§impl PartialEq for TensorRowMapping
impl PartialEq for TensorRowMapping
impl StructuralPartialEq for TensorRowMapping
Auto Trait Implementations§
impl Freeze for TensorRowMapping
impl RefUnwindSafe for TensorRowMapping
impl Send for TensorRowMapping
impl Sync for TensorRowMapping
impl Unpin for TensorRowMapping
impl UnsafeUnpin for TensorRowMapping
impl UnwindSafe for TensorRowMapping
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more