Implements inception modules based on GoogLeNet convolutional layers. Inception module combines the output of multiple convolutional layers outputing these tensors concatenated. It was noticed that this kind of combination spend three times less computation than the traditional convolutional method.
C. Szegedy et al., "Going deeper with convolutions," 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, 2015, pp. 1-9, doi: 10.1109/CVPR.2015.7298594.