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