Mode as enum for pooling and roi_align (#1091)
Changed the pooling values for two structures from strings to specialized enum classes. Many test and operator parsing changes to support this. Introduces one new source file, op_enums.cpp.
Showing
test/verify/test_avg_pooling_3d.cpp
100755 → 100644
test/verify/test_avg_pooling_3d_opt.cpp
100755 → 100644
test/verify/test_avg_pooling_ceil_3d.cpp
100755 → 100644
Please register or sign in to comment