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