Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ data_ptr
Method
data_ptr
csrc/aio/py_lib/deepspeed_cpu_op.cpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
char* cpu_op_desc_t::data_ptr() const { return (char*)_contiguous_buffer.data_ptr(); }
36
37
void cpu_op_desc_t::finish()
38
{
Callers
10
invoke
Function · 0.45
free
Method · 0.45
is_managed
Method · 0.45
read
Method · 0.45
write
Method · 0.45
deepspeed_py_memcpy
Function · 0.45
deepspeed_py_aio_write
Function · 0.45
deepspeed_py_aio_read
Function · 0.45
invoke
Function · 0.45
run_step
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected