Create compressor module for tensor decomposition
Context
This module implements the Tucker tensor decomposition and VBMF automatic rank selection.
This is the first draft showing a functional module tensor decomposition module with example on ResNet18.
Detailed major modifications
First commits to import work of the module.