Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ TYPED_TEST
Function
TYPED_TEST
dnn/test/cpu/relayout.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
class CPU_RELAYOUT : public CPU {};
15
TYPED_TEST_SUITE(CPU_RELAYOUT, relayout::test_types);
16
TYPED_TEST(CPU_RELAYOUT, run) {
17
relayout::run_test<TypeParam>(this->handle());
18
}
19
} // namespace
20
21
#if MEGDNN_WITH_BENCHMARK
Callers
nothing calls this directly
Calls
1
handle
Method · 0.45
Tested by
no test coverage detected