Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ raw_ptr
Method
raw_ptr
src/custom/impl/param_val.cpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
const void* ParamVal::raw_ptr(void) const {
267
return m_ptr.get();
268
}
269
270
void* ParamVal::raw_ptr(void) {
271
return m_ptr.get();
Callers
15
lowbit_ndarray_to_host_tensor
Function · 0.45
ndarray_from_tensor
Function · 0.45
to_dlpack
Method · 0.45
TEST
Function · 0.45
ProfilerPlugin
Method · 0.45
create_workspace
Method · 0.45
Tensor
Method · 0.45
make_scalar
Method · 0.45
calc
Method · 0.45
megray_recv_tensor
Function · 0.45
megray_send_tensor
Function · 0.45
param_pack_concat_apply_on_physical_tensor
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
15
TEST
Function · 0.36
TEST
Function · 0.36
dev_ptr
Function · 0.36
test_serializer_custom_loader
Function · 0.36
test_serializer_multiple_param
Function · 0.36
test_serializer_memshare
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
create_trt_network
Method · 0.36
SimpleQuantizedTensorRTNetwork
Method · 0.36
create_trt_network
Method · 0.36
TEST
Function · 0.36