Add model predict test

This commit is contained in:
2024-03-22 22:31:32 +01:00
parent 9ecd51c63a
commit 9482d7bc43
5 changed files with 145 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
#ifndef CUDANET_MAX_POOLING_H
#define CUDANET_MAX_POOLING_H
#include <cuda_runtime.h>
#include "activation.cuh"
#include "layer.cuh"