pub struct SigmoidRecord<B: Backend> {
pub scale: <Tensor<B, 1> as Module<B>>::Record,
}Expand description
The record type for the module.
Fields§
§scale: <Tensor<B, 1> as Module<B>>::RecordThe module record associative type.
Trait Implementations§
source§impl<B: Clone + Backend> Clone for SigmoidRecord<B>
impl<B: Clone + Backend> Clone for SigmoidRecord<B>
source§fn clone(&self) -> SigmoidRecord<B>
fn clone(&self) -> SigmoidRecord<B>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<B: Debug + Backend> Debug for SigmoidRecord<B>
impl<B: Debug + Backend> Debug for SigmoidRecord<B>
source§impl<B: Backend> Record for SigmoidRecord<B>
impl<B: Backend> Record for SigmoidRecord<B>
Auto Trait Implementations§
impl<B> RefUnwindSafe for SigmoidRecord<B>
impl<B> Send for SigmoidRecord<B>
impl<B> Sync for SigmoidRecord<B>
impl<B> Unpin for SigmoidRecord<B>
impl<B> UnwindSafe for SigmoidRecord<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