Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getMemStepSize
Function
getMemStepSize
src/api/cpp/device.cpp:168–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
size_t getMemStepSize() {
169
size_t size_bytes = 0;
170
AF_THROW(af_get_mem_step_size(&size_bytes));
171
return size_bytes;
172
}
173
174
AF_DEPRECATED_WARNINGS_OFF
175
#define INSTANTIATE(T) \
Callers
3
TEST
Function · 0.50
cleanSlate
Function · 0.50
af_get_mem_step_size
Function · 0.50
Calls
1
af_get_mem_step_size
Function · 0.50
Tested by
1
cleanSlate
Function · 0.40