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