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