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