Struct tensorflow::ops::Digamma
source · pub struct Digamma { /* private fields */ }
Expand description
Builder for the Digamma
operation.
Implementations§
source§impl Digamma
impl Digamma
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>>(
&self,
x: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, x: O0, scope: &mut Scope ) -> Result<Operation>
Builds the Digamma
operation.
sourcepub fn build_instance(
&self,
x: Output,
scope: &mut Scope
) -> Result<DigammaInst>
pub fn build_instance( &self, x: Output, scope: &mut Scope ) -> Result<DigammaInst>
Builds a new instance of ‘Digamma’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Digamma
impl Send for Digamma
impl Sync for Digamma
impl Unpin for Digamma
impl UnwindSafe for Digamma
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