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