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