MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / eval

Method eval

src/backend/common/SparseArray.hpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 const detail::Array<T> &getValues() const { return values; }
217
218 void eval() const {
219 getValues().eval();
220 getRowIdx().eval();
221 getColIdx().eval();
222 }
223
224 // Friend functions for Sparse Array Creation
225 friend SparseArray<T> createEmptySparseArray<T>(const af::dim4 &_dims,

Callers 2

moddimOpFunction · 0.45
createNaryNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected