pub struct SerializableLSTMCell { /* private fields */ }
Expand description
Serializable LSTM cell parameters
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SerializableLSTMCell
impl<'de> Deserialize<'de> for SerializableLSTMCell
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 From<&LSTMCell> for SerializableLSTMCell
impl From<&LSTMCell> for SerializableLSTMCell
Source§impl Into<LSTMCell> for SerializableLSTMCell
impl Into<LSTMCell> for SerializableLSTMCell
Auto Trait Implementations§
impl Freeze for SerializableLSTMCell
impl RefUnwindSafe for SerializableLSTMCell
impl Send for SerializableLSTMCell
impl Sync for SerializableLSTMCell
impl Unpin for SerializableLSTMCell
impl UnwindSafe for SerializableLSTMCell
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