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§
source§impl 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§
source§impl Clone for StatelessRandomPoissonInst
impl Clone for StatelessRandomPoissonInst
source§fn clone(&self) -> StatelessRandomPoissonInst
fn clone(&self) -> StatelessRandomPoissonInst
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 StatelessRandomPoissonInst
impl Debug for StatelessRandomPoissonInst
source§impl From<StatelessRandomPoissonInst> for Operation
impl From<StatelessRandomPoissonInst> for Operation
source§fn 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§
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