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