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.