Not sure what the acronym stands for, could be Test, Tensor, Torch, + ML. This is just a scratch area for prototying implementations of ops / autograd and diffing against what pytorch does.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt