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.
|
- #pragma once
-
- #include "megdnn/handle.h"
- #include "megdnn/oprs/general.h"
-
- #include "src/common/opr_trait.h"
-
- namespace megdnn {
- namespace test {
-
- void run_powc_test(Handle* handle, DType dtype);
-
- } // namespace test
- } // namespace megdnn
-
- // vim: syntax=cpp.doxygen
|