A high-performance general-purpose compute library

Returns the storage type of a sparse array. More...

Functions

af::storage sparseGetStorage (const array in)
 
af_err af_sparse_get_storage (af_storage *out, const af_array in)
 

Detailed Description

Returns the storage type of a sparse array.

The storage type of the format of data storage in the sparse array.


Function Documentation

◆ af_sparse_get_storage()

af_err af_sparse_get_storage ( af_storage * out,
const af_array in )
Parameters
[out]outcontains af_storage for the storage type of the sparse array
[in]inis the input sparse matrix
Returns
AF_SUCCESS if the execution completes properly

◆ sparseGetStorage()

af::storage sparseGetStorage ( const array in)
Parameters
[in]inis the input sparse matrix
Returns
storage for the storage type of the sparse array