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