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

Function createParamArray

src/backend/cuda/Array.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419template<typename T>
420Array<T> createParamArray(Param<T> &tmp, bool owner) {
421 return Array<T>(tmp, owner);
422}
423
424template<typename T>
425void destroyArray(Array<T> *A) {

Callers 4

mean_dimFunction · 0.50
mean_firstFunction · 0.50
topkDim0Function · 0.50
buildGaussPyrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected