mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +00:00
WIP Migrate Dense layer
This commit is contained in:
@@ -33,6 +33,11 @@ public:
|
||||
template <typename T>
|
||||
T* data();
|
||||
|
||||
void zero();
|
||||
|
||||
template <typename T>
|
||||
void set_data(T *data);
|
||||
|
||||
private:
|
||||
Shape shape;
|
||||
DType dtype;
|
||||
|
||||
Reference in New Issue
Block a user