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

Method to_string_logical

src/core/include/megbrain/comp_node.h:438–440  ·  view source on GitHub ↗

get string representation of logical device

Source from the content-addressed store, hash-verified

436
437 //! get string representation of logical device
438 std::string to_string_logical() const {
439 return m_impl ? m_impl->locator_logical().to_string() : "invalid";
440 }
441
442 uint64_t get_uid() { return m_impl->get_uid(); }
443

Callers 10

init_commonFunction · 0.80
_get_deviceFunction · 0.80
make_from_op_nodeFunction · 0.80
name_threadsMethod · 0.80
build_middle_tensorMethod · 0.80
build_single_oprMethod · 0.80
dump_tensorMethod · 0.80
build_single_oprMethod · 0.80
dump_tensorMethod · 0.80
TESTFunction · 0.80

Calls 2

to_stringMethod · 0.45
locator_logicalMethod · 0.45

Tested by 1

TESTFunction · 0.64