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.