Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_is_linear
Function
af_is_linear
src/api/c/internal.cpp:195–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
af_err af_is_linear(bool *result, const af_array arr) {
196
try {
197
*result = getInfo(arr).isLinear();
198
}
199
CATCHALL
200
return AF_SUCCESS;
201
}
202
203
af_err af_is_owner(bool *result, const af_array arr) {
204
try {
Callers
1
isLinear
Function · 0.50
Calls
1
isLinear
Method · 0.45
Tested by
no test coverage detected