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