BackProp Initial
This commit is contained in:
parent
744c01c5d0
commit
efbb09f8ba
6 changed files with 166 additions and 4 deletions
|
|
@ -320,6 +320,7 @@ namespace tp {
|
|||
}
|
||||
|
||||
void reserve(ualni aSize) {
|
||||
if (aSize == mSize) return;
|
||||
for (ualni i = 0; i < mLoad; i++) {
|
||||
mBuff[i].~tType();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue