Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
419
template<typename T>
420
Array<T> createParamArray(Param<T> &tmp, bool owner) {
421
return Array<T>(tmp, owner);
422
}
423
424
template<typename T>
425
void destroyArray(Array<T> *A) {
Callers
4
mean_dim
Function · 0.50
mean_first
Function · 0.50
topkDim0
Function · 0.50
buildGaussPyr
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected