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

Function createParamArray

src/backend/oneapi/Array.cpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487
488template<typename T>
489Array<T> createParamArray(Param<T> &tmp, bool owner) {
490 verifyTypeSupport<T>();
491 return Array<T>(tmp, owner);
492}
493
494template<typename T>
495void destroyArray(Array<T> *A) {

Callers 2

mean_dimFunction · 0.50
mean_firstFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected