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

Method scn_do_execute

src/opr/impl/dnn/lrn.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24MEGDNN_OPR_INIT1(LRNForward, "lrn")
25
26void LRNForward::scn_do_execute() {
27 if (input(0)->dev_tensor().empty()) {
28 mgb_assert(output(0)->dev_tensor().empty());
29 return;
30 }
31 Super::scn_do_execute();
32}
33
34MAKE_NODE_PROP_WITH_ZERO_SHAPE_1(LRNForward, 0)
35

Callers

nothing calls this directly

Calls 3

scn_do_executeFunction · 0.50
emptyMethod · 0.45
dev_tensorMethod · 0.45

Tested by

no test coverage detected