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