Migrate Activation layer to Tensor

This commit is contained in:
2025-11-17 22:51:54 +01:00
parent d231e515b1
commit 25670f90c4
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class Activation {
* @param activation Type of activation
* @param length Length of the input
*/
Activation(ActivationType activation, const int length);
Activation(CUDANet::Backend::IBackend* backend, ActivationType activation, const int length);
/**
* @brief Destroy the Activation object