We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c6eab commit f9ee0b3Copy full SHA for f9ee0b3
1 file changed
python/tflite_micro/test_compression_unsupported.py
@@ -88,6 +88,8 @@ def test_can_load_regular_after_legacy_failure(self):
88
89
90
if __name__ == '__main__':
91
+ # Suppress TF C++ info/debug logs (0=DEBUG, 1=INFO, 2=WARNING, 3=ERROR)
92
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
93
+ # Disable oneDNN to avoid non-deterministic floating point results
94
os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
95
tf.test.main()
0 commit comments