BackProp Initial

This commit is contained in:
IlyaShurupov 2023-10-23 13:38:00 +03:00 committed by Ilya Shurupov
parent 91fb72bd49
commit 7e17b32a81
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();
}