Struct burn_core::nn::GateControllerRecordItem
source · pub struct GateControllerRecordItem<B: Backend, S: PrecisionSettings> {
pub input_transform: <<Linear<B> as Module<B>>::Record as Record<B>>::Item<S>,
pub hidden_transform: <<Linear<B> as Module<B>>::Record as Record<B>>::Item<S>,
}Expand description
The record item type for the module.
Fields§
§input_transform: <<Linear<B> as Module<B>>::Record as Record<B>>::Item<S>Field to be serialized.
Field to be serialized.
Trait Implementations§
source§impl<'de, B: Backend, S: PrecisionSettings> Deserialize<'de> for GateControllerRecordItem<B, S>
impl<'de, B: Backend, S: PrecisionSettings> Deserialize<'de> for GateControllerRecordItem<B, S>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<B: Backend, S: PrecisionSettings> Serialize for GateControllerRecordItem<B, S>
impl<B: Backend, S: PrecisionSettings> Serialize for GateControllerRecordItem<B, S>
Auto Trait Implementations§
impl<B, S> RefUnwindSafe for GateControllerRecordItem<B, S>
impl<B, S> Send for GateControllerRecordItem<B, S>
impl<B, S> Sync for GateControllerRecordItem<B, S>
impl<B, S> Unpin for GateControllerRecordItem<B, S>
impl<B, S> UnwindSafe for GateControllerRecordItem<B, S>
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