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.

powc.h 269 B

12345678910111213141516
  1. #pragma once
  2. #include "megdnn/handle.h"
  3. #include "megdnn/oprs/general.h"
  4. #include "src/common/opr_trait.h"
  5. namespace megdnn {
  6. namespace test {
  7. void run_powc_test(Handle* handle, DType dtype);
  8. } // namespace test
  9. } // namespace megdnn
  10. // vim: syntax=cpp.doxygen