Struct tensorflow::ops::FixedLengthRecordDatasetInst
source · pub struct FixedLengthRecordDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘FixedLengthRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built FixedLengthRecordDataset Operation in a Tensorflow graph.
Implementations§
source§impl FixedLengthRecordDatasetInst
impl FixedLengthRecordDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘FixedLengthRecordDataset’ operation.
sourcepub fn filenames(&self) -> Input<'_>
pub fn filenames(&self) -> Input<'_>
Returns the ‘filenames’ Input of this ‘FixedLengthRecordDataset’ operation.
sourcepub fn header_bytes(&self) -> Input<'_>
pub fn header_bytes(&self) -> Input<'_>
Returns the ‘header_bytes’ Input of this ‘FixedLengthRecordDataset’ operation.
sourcepub fn record_bytes(&self) -> Input<'_>
pub fn record_bytes(&self) -> Input<'_>
Returns the ‘record_bytes’ Input of this ‘FixedLengthRecordDataset’ operation.
Returns the ‘footer_bytes’ Input of this ‘FixedLengthRecordDataset’ operation.
sourcepub fn buffer_size(&self) -> Input<'_>
pub fn buffer_size(&self) -> Input<'_>
Returns the ‘buffer_size’ Input of this ‘FixedLengthRecordDataset’ operation.
Trait Implementations§
source§impl Clone for FixedLengthRecordDatasetInst
impl Clone for FixedLengthRecordDatasetInst
source§fn clone(&self) -> FixedLengthRecordDatasetInst
fn clone(&self) -> FixedLengthRecordDatasetInst
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 FixedLengthRecordDatasetInst
impl Debug for FixedLengthRecordDatasetInst
source§impl From<FixedLengthRecordDatasetInst> for Operation
impl From<FixedLengthRecordDatasetInst> for Operation
source§fn from(inst: FixedLengthRecordDatasetInst) -> Operation
fn from(inst: FixedLengthRecordDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FixedLengthRecordDatasetInst
impl Send for FixedLengthRecordDatasetInst
impl Sync for FixedLengthRecordDatasetInst
impl Unpin for FixedLengthRecordDatasetInst
impl UnwindSafe for FixedLengthRecordDatasetInst
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