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