Describe the bug
There is a leftover aliasing buffer parameter named _alias that has not been handled in PR #125. Found in NetworkContext (DeeployTypes.py), MemoryScheduler (MemoryScheduler.py), Tiler (TilerExtension.py), and testSchedulingExtension.py.
To Reproduce
Removing the parameter from the reshape template, breaks the reshape tests that use the tiler.
Expected behavior
The new aliases mechanism should also cover the usage of _alias.