Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ gfor
Function
gfor
test/triangle.cpp:162–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
array B = constant(0, 100, 100, 3);
161
162
gfor(seq ii, 3) { B(span, span, ii) = lower(A(span, span, ii)); }
163
164
for (int ii = 0; ii < 3; ii++) {
165
array c_ii = lower(A(span, span, ii));
Callers
nothing calls this directly
Calls
1
lower
Function · 0.85
Tested by
no test coverage detected