You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workspace::addTensor can blindly overwrites an existing Tensor by the same name, causing memory leaks. We should enforce that no Tensor in the Network can have the same name.
The same goes for addTiledTensor.
The text was updated successfully, but these errors were encountered:
Workspace::addTensor
can blindly overwrites an existing Tensor by the same name, causing memory leaks. We should enforce that no Tensor in the Network can have the same name.The same goes for
addTiledTensor
.The text was updated successfully, but these errors were encountered: