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-24 23:34:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a97ff8e1f69743d0a20380c8ad4b8c0c7a9373eb
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