MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / cnnl_handle

Function cnnl_handle

dnn/src/cambricon/utils.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static inline cnnlHandle_t cnnl_handle(Handle* handle) {
22 return concrete_handle(handle)->cnnl_handle();
23}
24
25static inline cnrtQueue_t cnrt_queue(Handle* handle) {
26 return concrete_handle(handle)->queue();

Callers 14

execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
execMethod · 0.85
exec_internalMethod · 0.85
dispatch_with_ctypeMethod · 0.85
do_execMethod · 0.85
UniformRNGImplMethod · 0.85
execMethod · 0.85
GaussianRNGImplMethod · 0.85
execMethod · 0.85

Calls 2

cnnl_handleMethod · 0.80
concrete_handleFunction · 0.70

Tested by

no test coverage detected