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