Matt Henderson
Results
13
comments of
Matt Henderson
One trick that helped in one part of our code was to remove some parts of tensorflow we don't use, and that use TLS: ``` rm -rf tensorflow/contrib/tensor_forest && touch...
I've been using ``` find . -name '*.so' -exec sh -c "echo TLS {} && readelf -l {} | grep TLS" \; | grep 0x -B1 ```
Unfortunately that is not an option in the context of our work as we are using a mono repo with multiple entry points, unit tests, scripts etc, not all of...