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

Function TYPED_TEST

dnn/test/x86/elemwise.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214class X86_ELEMWISE : public X86 {};
215TYPED_TEST_SUITE(X86_ELEMWISE, elemwise::test_types);
216TYPED_TEST(X86_ELEMWISE, run) {
217 elemwise::run_test<TypeParam>(this->handle());
218}
219#undef UNARY_TEST_CASE
220#undef BUILD_UNARY_TEST_CASE_FLOAT
221

Callers

nothing calls this directly

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected