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.
Auto Trait Implementations§
impl RefUnwindSafe for RandomGammaInst
impl Send for RandomGammaInst
impl Sync for RandomGammaInst
impl Unpin for RandomGammaInst
impl UnwindSafe for RandomGammaInst
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