HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::SparseTensor::CsrMutator Class Reference

Give writable access to Csr values and indices More...

#include <sparse_tensor.h>

Public Member Functions

 CsrMutator (Tensor &values, Tensor &inner, Tensor &outer) noexcept
 
TensorValues () const noexcept
 
TensorInner () const noexcept
 
TensorOuter () const noexcept
 

Detailed Description

Give writable access to Csr values and indices

Definition at line 374 of file sparse_tensor.h.

Constructor & Destructor Documentation

onnxruntime::SparseTensor::CsrMutator::CsrMutator ( Tensor values,
Tensor inner,
Tensor outer 
)
inlinenoexcept

Definition at line 376 of file sparse_tensor.h.

Member Function Documentation

Tensor& onnxruntime::SparseTensor::CsrMutator::Inner ( ) const
inlinenoexcept

Definition at line 379 of file sparse_tensor.h.

Tensor& onnxruntime::SparseTensor::CsrMutator::Outer ( ) const
inlinenoexcept

Definition at line 380 of file sparse_tensor.h.

Tensor& onnxruntime::SparseTensor::CsrMutator::Values ( ) const
inlinenoexcept

Definition at line 378 of file sparse_tensor.h.


The documentation for this class was generated from the following file: