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