BackProp Initial

This commit is contained in:
IlyaShurupov 2023-10-23 13:38:00 +03:00
parent 744c01c5d0
commit efbb09f8ba
6 changed files with 166 additions and 4 deletions

View file

@ -320,6 +320,7 @@ namespace tp {
}
void reserve(ualni aSize) {
if (aSize == mSize) return;
for (ualni i = 0; i < mLoad; i++) {
mBuff[i].~tType();
}