pub struct CrossEntropyError;Expand description
The cross entropy error cost function.
Trait Implementations§
Source§impl Clone for CrossEntropyError
impl Clone for CrossEntropyError
Source§fn clone(&self) -> CrossEntropyError
fn clone(&self) -> CrossEntropyError
Returns a duplicate 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 Debug for CrossEntropyError
impl Debug for CrossEntropyError
impl Copy for CrossEntropyError
Auto Trait Implementations§
impl Freeze for CrossEntropyError
impl RefUnwindSafe for CrossEntropyError
impl Send for CrossEntropyError
impl Sync for CrossEntropyError
impl Unpin for CrossEntropyError
impl UnwindSafe for CrossEntropyError
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