Struct tensorflow::ops::QueueEnqueueManyV2
source · [−]pub struct QueueEnqueueManyV2 { /* private fields */ }Expand description
Builder for the QueueEnqueueManyV2 operation.
Implementations
sourceimpl QueueEnqueueManyV2
impl QueueEnqueueManyV2
sourcepub fn Tcomponents<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn Tcomponents<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the Tcomponents 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.
Trait Implementations
sourceimpl Debug for QueueEnqueueManyV2
impl Debug for QueueEnqueueManyV2
sourceimpl Default for QueueEnqueueManyV2
impl Default for QueueEnqueueManyV2
sourcefn default() -> QueueEnqueueManyV2
fn default() -> QueueEnqueueManyV2
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for QueueEnqueueManyV2
impl Send for QueueEnqueueManyV2
impl Sync for QueueEnqueueManyV2
impl Unpin for QueueEnqueueManyV2
impl UnwindSafe for QueueEnqueueManyV2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more