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