mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Migrate max pooling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "max_pooling.cuh"
|
||||
#include "max_pooling.hpp"
|
||||
|
||||
class MaxPoolingLayerTest : public ::testing::Test {
|
||||
protected:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "conv2d.cuh"
|
||||
#include "dense.hpp"
|
||||
#include "max_pooling.cuh"
|
||||
#include "max_pooling.hpp"
|
||||
#include "model.hpp"
|
||||
|
||||
class ModelTest : public ::testing::Test {
|
||||
|
||||
Reference in New Issue
Block a user