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