Struct tensorflow::eager::raw_ops::InfeedEnqueuePrelinearizedBuffer
source · pub struct InfeedEnqueuePrelinearizedBuffer { /* private fields */ }
Expand description
InfeedEnqueuePrelinearizedBuffer
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/InfeedEnqueuePrelinearizedBuffer
Implementations§
source§impl InfeedEnqueuePrelinearizedBuffer
impl InfeedEnqueuePrelinearizedBuffer
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 InfeedEnqueuePrelinearizedBuffer
impl Clone for InfeedEnqueuePrelinearizedBuffer
source§fn clone(&self) -> InfeedEnqueuePrelinearizedBuffer
fn clone(&self) -> InfeedEnqueuePrelinearizedBuffer
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 moreAuto Trait Implementations§
impl RefUnwindSafe for InfeedEnqueuePrelinearizedBuffer
impl Send for InfeedEnqueuePrelinearizedBuffer
impl Sync for InfeedEnqueuePrelinearizedBuffer
impl Unpin for InfeedEnqueuePrelinearizedBuffer
impl UnwindSafe for InfeedEnqueuePrelinearizedBuffer
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