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

Method queue

dnn/src/cambricon/handle.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 int device_id() const { return m_device_id; }
36
37 cnrtQueue_t queue() const { return megcore_context().queue; }
38 cnnlHandle_t cnnl_handle() const { return megcore_context().cnnl_handle; };
39
40 void* alloc(size_t size);

Callers 3

test_param_pack_concatFunction · 0.45
cnrt_queueFunction · 0.45
concrete_banghandleFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_param_pack_concatFunction · 0.36