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

Function props

imperative/src/impl/ops/utility.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213auto props(const OpDef& def) {
214 auto& op = def.cast_final_safe<ShapeInfer>();
215 return OpDef::props(*op.op);
216}
217
218auto make_name(const OpDef& def) {
219 auto& op = def.cast_final_safe<ShapeInfer>();

Callers 3

to_stringMethod · 0.50
dispatch_default_cpuMethod · 0.50
dispatch_kernelMethod · 0.50

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected