pub struct ParameterServerStats {
pub version: u64,
pub gradients_applied: u64,
pub weights_pulled: u64,
pub avg_staleness: f32,
}Fields§
§version: u64§gradients_applied: u64§weights_pulled: u64§avg_staleness: f32Trait Implementations§
Source§impl Clone for ParameterServerStats
impl Clone for ParameterServerStats
Source§fn clone(&self) -> ParameterServerStats
fn clone(&self) -> ParameterServerStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParameterServerStats
impl Debug for ParameterServerStats
Source§impl Default for ParameterServerStats
impl Default for ParameterServerStats
Source§fn default() -> ParameterServerStats
fn default() -> ParameterServerStats
Returns the “default value” for a type. Read more
impl Copy for ParameterServerStats
Auto Trait Implementations§
impl Freeze for ParameterServerStats
impl RefUnwindSafe for ParameterServerStats
impl Send for ParameterServerStats
impl Sync for ParameterServerStats
impl Unpin for ParameterServerStats
impl UnsafeUnpin for ParameterServerStats
impl UnwindSafe for ParameterServerStats
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