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