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