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