Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ sshape
Method
sshape
dnn/test/common/local.h:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
fh(fh),
24
fw(fw) {}
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
};
Callers
5
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected