Struct tensorflow::ops::StatelessRandomPoissonInst
source · [−]pub struct StatelessRandomPoissonInst {
pub op: Operation,
}
Expand description
An instance of ‘StatelessRandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built StatelessRandomPoisson Operation in a Tensorflow graph.
Implementations
sourceimpl StatelessRandomPoissonInst
impl StatelessRandomPoissonInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘StatelessRandomPoisson’ operation.
sourcepub fn shape(&self) -> Input<'_>
pub fn shape(&self) -> Input<'_>
Returns the ‘shape’ Input of this ‘StatelessRandomPoisson’ operation.
Trait Implementations
sourceimpl Clone for StatelessRandomPoissonInst
impl Clone for StatelessRandomPoissonInst
sourcefn clone(&self) -> StatelessRandomPoissonInst
fn clone(&self) -> StatelessRandomPoissonInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StatelessRandomPoissonInst
impl Debug for StatelessRandomPoissonInst
sourceimpl From<StatelessRandomPoissonInst> for Operation
impl From<StatelessRandomPoissonInst> for Operation
sourcefn from(inst: StatelessRandomPoissonInst) -> Operation
fn from(inst: StatelessRandomPoissonInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for StatelessRandomPoissonInst
impl Send for StatelessRandomPoissonInst
impl Sync for StatelessRandomPoissonInst
impl Unpin for StatelessRandomPoissonInst
impl UnwindSafe for StatelessRandomPoissonInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more