Struct tensorflow::eager::raw_ops::InfeedEnqueueTuple
source · pub struct InfeedEnqueueTuple { /* private fields */ }
Expand description
InfeedEnqueueTuple
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/InfeedEnqueueTuple
Implementations§
source§impl InfeedEnqueueTuple
impl InfeedEnqueueTuple
sourcepub fn shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
pub fn shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
Sets the shapes
attribute.
sourcepub fn layouts<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
pub fn layouts<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
Sets the layouts
attribute.
sourcepub fn device_ordinal<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn device_ordinal<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the device_ordinal
attribute.
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
Trait Implementations§
source§impl Clone for InfeedEnqueueTuple
impl Clone for InfeedEnqueueTuple
source§fn clone(&self) -> InfeedEnqueueTuple
fn clone(&self) -> InfeedEnqueueTuple
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InfeedEnqueueTuple
impl Debug for InfeedEnqueueTuple
Auto Trait Implementations§
impl RefUnwindSafe for InfeedEnqueueTuple
impl Send for InfeedEnqueueTuple
impl Sync for InfeedEnqueueTuple
impl Unpin for InfeedEnqueueTuple
impl UnwindSafe for InfeedEnqueueTuple
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