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