Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_replace_scalar_ulong
Function
af_replace_scalar_ulong
src/api/c/replace.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
af_err af_replace_scalar_ulong(af_array a, const af_array cond,
141
const unsigned long long b) {
142
return replaceScalar(a, cond, b);
143
}
Callers
1
replace
Function · 0.50
Calls
1
replaceScalar
Function · 0.85
Tested by
no test coverage detected