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