Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getSizeOf
Function
getSizeOf
src/api/cpp/util.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
size_t getSizeOf(af::dtype type) {
64
size_t size = 0;
65
AF_THROW(af_get_size_of(&size, type));
66
return size;
67
}
68
} // namespace af
Callers
2
TEST
Function · 0.85
bytes
Method · 0.85
Calls
1
af_get_size_of
Function · 0.85
Tested by
no test coverage detected