Struct tensorflow::ops::BarrierTakeManyInst
source · pub struct BarrierTakeManyInst {
pub op: Operation,
}
Expand description
An instance of ‘BarrierTakeMany’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BarrierTakeMany Operation in a Tensorflow graph.
Implementations§
source§impl BarrierTakeManyInst
impl BarrierTakeManyInst
sourcepub fn indices(&self) -> Output
pub fn indices(&self) -> Output
Returns the ‘indices’ Output of this ‘BarrierTakeMany’ operation.
sourcepub fn values(&self) -> Output
pub fn values(&self) -> Output
Returns the ‘values’ Output of this ‘BarrierTakeMany’ operation.
sourcepub fn handle(&self) -> Input<'_>
pub fn handle(&self) -> Input<'_>
Returns the ‘handle’ Input of this ‘BarrierTakeMany’ operation.
sourcepub fn num_elements(&self) -> Input<'_>
pub fn num_elements(&self) -> Input<'_>
Returns the ‘num_elements’ Input of this ‘BarrierTakeMany’ operation.
Trait Implementations§
source§impl Clone for BarrierTakeManyInst
impl Clone for BarrierTakeManyInst
source§fn clone(&self) -> BarrierTakeManyInst
fn clone(&self) -> BarrierTakeManyInst
Returns a copy of the value. Read more
1.0.0 · 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 BarrierTakeManyInst
impl Debug for BarrierTakeManyInst
source§impl From<BarrierTakeManyInst> for Operation
impl From<BarrierTakeManyInst> for Operation
source§fn from(inst: BarrierTakeManyInst) -> Operation
fn from(inst: BarrierTakeManyInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BarrierTakeManyInst
impl Send for BarrierTakeManyInst
impl Sync for BarrierTakeManyInst
impl Unpin for BarrierTakeManyInst
impl UnwindSafe for BarrierTakeManyInst
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