MCPcopy 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
63size_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

TESTFunction · 0.85
bytesMethod · 0.85

Calls 1

af_get_size_ofFunction · 0.85

Tested by

no test coverage detected