pub struct PatchEmbedRecord<B: Backend> {
pub proj: <Conv2d<B> as Module<B>>::Record,
}Expand description
The record type for the module.
Fields§
§proj: <Conv2d<B> as Module<B>>::RecordThe module record associative type.
Trait Implementations§
Source§impl<B: Backend> Record<B> for PatchEmbedRecord<B>
impl<B: Backend> Record<B> for PatchEmbedRecord<B>
Source§type Item<S: PrecisionSettings> = PatchEmbedRecordItem<B, S>
type Item<S: PrecisionSettings> = PatchEmbedRecordItem<B, S>
Type of the item that can be serialized and deserialized.
Auto Trait Implementations§
impl<B> !Freeze for PatchEmbedRecord<B>
impl<B> !RefUnwindSafe for PatchEmbedRecord<B>
impl<B> !Sync for PatchEmbedRecord<B>
impl<B> !UnwindSafe for PatchEmbedRecord<B>
impl<B> Send for PatchEmbedRecord<B>
impl<B> Unpin for PatchEmbedRecord<B>where
<B as Backend>::FloatTensorPrimitive: Unpin,
<B as Backend>::QuantizedTensorPrimitive: Unpin,
<B as Backend>::Device: Unpin,
impl<B> UnsafeUnpin for PatchEmbedRecord<B>where
<B as Backend>::FloatTensorPrimitive: UnsafeUnpin,
<B as Backend>::QuantizedTensorPrimitive: UnsafeUnpin,
<B as Backend>::Device: UnsafeUnpin,
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