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

Method handle_type

dnn/include/megdnn/oprs/base.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 static std::string attribute_str(const Attribute& attr);
183
184 Handle::HandleType handle_type() const { return m_handle_type; }
185
186 Info::Desc desc() const { return {handle_type(), type(), param(), name()}; }
187 Info info() const { return {desc(), attribute()}; }

Callers 7

ncb_1g_dispatch_kernMethod · 0.80
ncb_1g_get_workspaceMethod · 0.80
is_fallback_or_naiveFunction · 0.80
ncb_1g_get_workspaceMethod · 0.80
ncb_1g_dispatch_kernMethod · 0.80
is_naiveFunction · 0.80
is_fallback_or_naiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected