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

Method to_string

imperative/src/impl/basic_values.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace imperative {
5
6std::string ShapeValue::to_string() const {
7 return ssprintf("ValueShape%s", ValueShape::to_string().c_str());
8}
9
10std::string CompNodeValue::to_string() const {
11 return CompNode::to_string();

Callers

nothing calls this directly

Calls 7

to_stringFunction · 0.85
comp_nodeFunction · 0.85
deviceFunction · 0.85
quotedFunction · 0.85
shapeFunction · 0.50
nameFunction · 0.50
nameMethod · 0.45

Tested by

no test coverage detected