Struct tensorflow::ops::RandomGammaGrad
source · pub struct RandomGammaGrad { /* private fields */ }
Expand description
Builder for the RandomGammaGrad
operation.
Implementations§
source§impl RandomGammaGrad
impl RandomGammaGrad
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
alpha: O0,
sample: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, alpha: O0, sample: O1, scope: &mut Scope ) -> Result<Operation>
Builds the RandomGammaGrad
operation.
sourcepub fn build_instance(
&self,
alpha: Output,
sample: Output,
scope: &mut Scope
) -> Result<RandomGammaGradInst>
pub fn build_instance( &self, alpha: Output, sample: Output, scope: &mut Scope ) -> Result<RandomGammaGradInst>
Builds a new instance of ‘RandomGammaGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for RandomGammaGrad
impl Debug for RandomGammaGrad
source§impl Default for RandomGammaGrad
impl Default for RandomGammaGrad
source§fn default() -> RandomGammaGrad
fn default() -> RandomGammaGrad
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RandomGammaGrad
impl Send for RandomGammaGrad
impl Sync for RandomGammaGrad
impl Unpin for RandomGammaGrad
impl UnwindSafe for RandomGammaGrad
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