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