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
sourceimpl 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
sourceimpl Clone for DatasetToTFRecordInst
impl Clone for DatasetToTFRecordInst
sourcefn clone(&self) -> DatasetToTFRecordInst
fn clone(&self) -> DatasetToTFRecordInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DatasetToTFRecordInst
impl Debug for DatasetToTFRecordInst
sourceimpl From<DatasetToTFRecordInst> for Operation
impl From<DatasetToTFRecordInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more