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

Method to_string

imperative/src/impl/basic_operators.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace imperative {
7
8std::string ApplyOp::to_string() const {
9 return m_op.to_string();
10}
11
12std::string GetAttr::to_string() const {
13 std::string buffer;

Callers 2

CreateTensorMethod · 0.45
parseMethod · 0.45

Calls 3

to_stringFunction · 0.85
quotedFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected