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