Implement simple input layer

This commit is contained in:
2024-03-12 21:16:46 +01:00
parent 9d91896f13
commit 708164e4d0
5 changed files with 82 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ include_directories(${GTEST_INCLUDE_DIRS})
add_executable(test_main
layers/test_dense.cu
layers/test_conv2d.cu
layers/test_input.cu
kernels/test_activations.cu
kernels/test_padding.cu
)