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