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