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