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