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