Thibaut Goetghebuer-Planchon

Results 2 issues of Thibaut Goetghebuer-Planchon

Hi, This PR moves the custom `AvgPool3D` and `MaxPool3D` ops to bulitin `AVERAGE_POOL_3D` and `MAX_POOL_3D` ops (`AVG` is changed to `AVERAGE` for coherence with `AVERAGE_POOL_2D`). As discussed previously @jianlijianli we...

cla: yes
awaiting review
comp:lite
size:XL

Add a CMake `TSL_ROBIN_MAP_ENABLE_INSTALL` option to explicitly enable/disable the install target. The option is OFF by default when robin-map is used as subproject. Fix issue #66