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

Method props

imperative/src/impl/op_def.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::vector<std::pair<const char*, std::string>> OpDef::props(const OpDef& def) {
79 return def.trait()->props(def);
80}
81
82EncodedSubgraph OpDef::make_forward_graph(
83 const OpDef& def, const SmallVector<LogicalTensorDesc>& inputs) {

Callers 3

opr_attr.cppFile · 0.80
custom_opdef.cppFile · 0.80
utility.cppFile · 0.80

Calls 1

traitMethod · 0.45

Tested by

no test coverage detected