Struct tensorflow::ops::AccumulatorNumAccumulated
source · pub struct AccumulatorNumAccumulated { /* private fields */ }
Expand description
Builder for the AccumulatorNumAccumulated
operation.
Implementations§
source§impl AccumulatorNumAccumulated
impl AccumulatorNumAccumulated
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
handle: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, handle: O0, scope: &mut Scope ) -> Result<Operation>
Builds the AccumulatorNumAccumulated
operation.
sourcepub fn build_instance(
&self,
handle: Output,
scope: &mut Scope
) -> Result<AccumulatorNumAccumulatedInst>
pub fn build_instance( &self, handle: Output, scope: &mut Scope ) -> Result<AccumulatorNumAccumulatedInst>
Builds a new instance of ‘AccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for AccumulatorNumAccumulated
impl Debug for AccumulatorNumAccumulated
source§impl Default for AccumulatorNumAccumulated
impl Default for AccumulatorNumAccumulated
source§fn default() -> AccumulatorNumAccumulated
fn default() -> AccumulatorNumAccumulated
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AccumulatorNumAccumulated
impl Send for AccumulatorNumAccumulated
impl Sync for AccumulatorNumAccumulated
impl Unpin for AccumulatorNumAccumulated
impl UnwindSafe for AccumulatorNumAccumulated
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