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

Gives mutable access to Coo buffers so they can be populated More...

#include <sparse_tensor.h>

Public Member Functions

 CooMutator (Tensor &values, Tensor &indices) noexcept
 
TensorValues () noexcept
 
TensorIndices () noexcept
 

Detailed Description

Gives mutable access to Coo buffers so they can be populated

Definition at line 289 of file sparse_tensor.h.

Constructor & Destructor Documentation

onnxruntime::SparseTensor::CooMutator::CooMutator ( Tensor values,
Tensor indices 
)
inlinenoexcept

Definition at line 291 of file sparse_tensor.h.

Member Function Documentation

Tensor& onnxruntime::SparseTensor::CooMutator::Indices ( )
inlinenoexcept

Definition at line 293 of file sparse_tensor.h.

Tensor& onnxruntime::SparseTensor::CooMutator::Values ( )
inlinenoexcept

Definition at line 292 of file sparse_tensor.h.


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