Back propogation. Not work(

This commit is contained in:
2025-11-02 20:19:36 +04:00
parent d795bb3019
commit df9a5e3017
6 changed files with 99 additions and 42 deletions

View File

@@ -50,10 +50,7 @@ public:
class ITensor0 {};
class ITensor1 {
public:
virtual int getSize() const = 0;
};
class ITensor1 {};
class ITensor2 {
public: