Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isBuffer
Function
isBuffer
src/backend/common/jit/Node.cpp:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
auto isBuffer(const Node &ptr) -> bool { return ptr.isBuffer(); }
80
81
auto isScalar(const Node &ptr) -> bool { return ptr.isScalar(); }
82
Callers
1
format
Method · 0.85
Calls
1
isBuffer
Method · 0.80
Tested by
no test coverage detected