Merge pull request #4380 from RosettaCommons/JackMaguire/quietTF
Reducing Noise in TF Tests
The tensorflow integration tests are noisy when comparing output from different processors.
This is an example from PR 4359's merge with master:
```diff
< [DATESTAMP]: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
---
> [DATESTAMP]: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA
```
This PR simply adds that line to the `ignore_list`