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

Method dshape

dnn/test/common/local.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 TensorShape sshape() const { return {n, ic, ih, iw}; }
26 TensorShape fshape() const { return {oh, ow, ic, fh, fw, oc}; }
27 TensorShape dshape() { return {n, oc, oh, ow}; }
28};
29
30static inline std::vector<TestArg> get_args_for_cuda() {

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected