Remove STABLE pragma from activation tensors
Created by: vloncar
Stable pragma was introduced to fix some II issues with Resource
strategy for simple DNN models but has caused multiple issues with the stream-based implementation, as observed in #351 (closed). In addition to that bug, it also causes cosim to either fail with a deadlock or to produce incorrect results (and thus fail validation step). This PR removes the pragma from the activation tensors.