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

Method log_comp_node_created

src/core/impl/comp_node/comp_node.cpp:113–118  ·  view source on GitHub ↗

==================== CompNodeImplHelper ==================== */

Source from the content-addressed store, hash-verified

111
112/* ==================== CompNodeImplHelper ==================== */
113void CompNodeImplHelper::log_comp_node_created(
114 const Locator& locator, const Locator& locator_logical) {
115 mgb_log_debug(
116 "create CompNode %s from logical %s", locator.to_string().c_str(),
117 locator_logical.to_string().c_str());
118}
119
120/* ==================== Locator ==================== */
121

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected