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

Function TYPED_TEST

dnn/test/fallback/relayout.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class FALLBACK_RELAYOUT : public FALLBACK {};
17TYPED_TEST_SUITE(FALLBACK_RELAYOUT, relayout::test_types);
18TYPED_TEST(FALLBACK_RELAYOUT, run) {
19 relayout::run_test<TypeParam>(this->handle());
20}
21} // namespace
22
23TEST_F(FALLBACK, RELAYOUT_CONTINUE) {

Callers

nothing calls this directly

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected