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

Method mkldnn_stream

dnn/src/x86/handle.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#if MEGDNN_X86_WITH_MKL_DNN
22 dnnl::engine mkldnn_engine() { return m_mkldnn_engine; }
23 dnnl::stream mkldnn_stream() { return m_mkldnn_stream; }
24#endif
25
26private:

Callers 3

execMethod · 0.80
kern_mkldnn_s8x8x32Method · 0.80
kern_mkldnn_fp32Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected