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

Function rep

dnn/test/x86/elemwise.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 W = layout.shape[3];
16 size_t it = 0;
17 rep(n, N) {
18 rep(c, C) {
19 rep(h, H) {
20 rep(w, W) { printf("%.4f ", result[it++]); }
21 printf("\n");
22 }
23 printf("\n");
24 }
25 printf("\n");
26 }
27}
28
29#define UNARY_TEST_CASE(_optr) \

Callers 2

set_nchw_argsFunction · 0.50
set_nchw_argsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected