Struct tensorflow::eager::raw_ops::FixedLengthRecordReader
source · pub struct FixedLengthRecordReader { /* private fields */ }
Expand description
FixedLengthRecordReader
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FixedLengthRecordReader
Implementations§
source§impl FixedLengthRecordReader
impl FixedLengthRecordReader
sourcepub fn header_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn header_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the header_bytes
attribute.
sourcepub fn record_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn record_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the record_bytes
attribute.
Sets the footer_bytes
attribute.
sourcepub fn hop_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn hop_bytes<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the hop_bytes
attribute.
sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
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.
sourcepub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
pub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
Execute fixed_length_record_reader.
Trait Implementations§
source§impl Clone for FixedLengthRecordReader
impl Clone for FixedLengthRecordReader
source§fn clone(&self) -> FixedLengthRecordReader
fn clone(&self) -> FixedLengthRecordReader
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 FixedLengthRecordReader
impl Debug for FixedLengthRecordReader
Auto Trait Implementations§
impl RefUnwindSafe for FixedLengthRecordReader
impl Send for FixedLengthRecordReader
impl Sync for FixedLengthRecordReader
impl Unpin for FixedLengthRecordReader
impl UnwindSafe for FixedLengthRecordReader
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