This website requires JavaScript.
Explore
Help
Register
Sign In
Mathis
/
CUDANet
Watch
1
Star
0
Fork
0
You've already forked CUDANet
mirror of
https://github.com/lordmathis/CUDANet.git
synced
2025-12-23 14:54:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
38cb0c9ac0562657b84b77a5a55fb4f39a1c2edc
CUDANet
/
include
/
layers
History
LordMathis
4161caf3e1
Update BatchNorm2d to return sizes for running mean and var
2025-11-23 20:48:41 +01:00
..
activation.hpp
Refactor Layer interface to return size of weights and biases instead of Tensor references
2025-11-23 20:44:25 +01:00
add.hpp
Migrate add layer to tensors
2025-11-22 00:12:20 +01:00
avg_pool.hpp
Refactor Layer interface to return size of weights and biases instead of Tensor references
2025-11-23 20:44:25 +01:00
batch_norm.hpp
Update BatchNorm2d to return sizes for running mean and var
2025-11-23 20:48:41 +01:00
concat.hpp
Migrate concat layer
2025-11-21 23:52:58 +01:00
conv2d.hpp
Refactor Layer interface to return size of weights and biases instead of Tensor references
2025-11-23 20:44:25 +01:00
dense.hpp
Refactor Layer interface to return size of weights and biases instead of Tensor references
2025-11-23 20:44:25 +01:00
max_pool.hpp
Refactor Layer interface to return size of weights and biases instead of Tensor references
2025-11-23 20:44:25 +01:00