MCPcopy 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

14class CPU_RELAYOUT : public CPU {};
15TYPED_TEST_SUITE(CPU_RELAYOUT, relayout::test_types);
16TYPED_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

handleMethod · 0.45

Tested by

no test coverage detected