This commit is contained in:
Jing Zhang
2019-04-01 17:02:02 -05:00
parent 85c1ff1cea
commit 114fdb58af
3 changed files with 247 additions and 274 deletions

View File

@@ -580,7 +580,7 @@ int main(int argc, char* argv[])
constexpr index_t HPad = 0;
constexpr index_t WPad = 0;
#elif 1
#elif 0
// 1x1 filter, 14x14 image, C = 2048
constexpr index_t N = 128;
constexpr index_t C = 2048;