You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixture.h 334 B

12345678910111213141516171819
  1. #pragma once
  2. #include <gtest/gtest.h>
  3. #include "megdnn/handle.h"
  4. #include "test/arm_common/fixture.h"
  5. #include <memory>
  6. namespace megdnn {
  7. namespace test {
  8. class ARMV7 : public ARM_COMMON {};
  9. class ARMV7_MULTI_THREADS : public ARM_COMMON_MULTI_THREADS {};
  10. } // namespace test
  11. } // namespace megdnn
  12. // vim: syntax=cpp.doxygen