Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static inline std::vector<TestArg> get_args_for_cuda() {
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