Python scripts for reproducing the results from the paper: "How Convolutional Neural Networks Deal with Aliasing". Antônio H. Ribeiro and Thomas B. Schön "How Convolutional Neural Networks Deal with ...
* Detect and support module aliasing via assignment. In semantic analysis, if we find a simple assignment statement where the rvalue is a module, make the lvalue a direct alias to that same module.