Home
last modified time | relevance | path

Searched refs:SetFastMathDisabled (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath_test.cc41 SetFastMathDisabled(true); in TestLogEdgeCases()
52 SetFastMathDisabled(true); in TestLog1pEdgeCases()
62 SetFastMathDisabled(true); in TestIsInfOrNan()
94 SetFastMathDisabled(true); in TestIsNegZero()
119 SetFastMathDisabled(true); in TestSqrtPowInequivalence()
140 SetFastMathDisabled(true); in TestErfEdgeCases()
292 SetFastMathDisabled(true); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfmax_fmin_test.cc30 SetFastMathDisabled(true); in TEST_F()
44 SetFastMathDisabled(true); in TEST_F()
66 SetFastMathDisabled(true); in TEST_F()
Darray_elementwise_ops_test.cc1143 SetFastMathDisabled(true); in XLA_TEST_F()
1162 SetFastMathDisabled(true); in XLA_TEST_F()
1172 SetFastMathDisabled(true); in XLA_TEST_F()
1182 SetFastMathDisabled(true); in XLA_TEST_F()
1192 SetFastMathDisabled(true); in XLA_TEST_F()
1225 SetFastMathDisabled(true); in XLA_TEST_F()
1253 SetFastMathDisabled(true); in XLA_TEST_F()
1273 SetFastMathDisabled(true); in XLA_TEST_F()
1420 SetFastMathDisabled(true); in XLA_TEST_F()
1433 SetFastMathDisabled(true); in XLA_TEST_F()
[all …]
Dreduce_precision_test.cc228 SetFastMathDisabled(true); in XLA_TEST_P()
Dscalar_computations_test.cc859 SetFastMathDisabled(true); in XLA_TEST_F()
873 SetFastMathDisabled(true); in XLA_TEST_F()
Dexhaustive_op_test.cc199 SetFastMathDisabled(true); in Run()
Dclient_library_test_base.h76 void SetFastMathDisabled(bool disabled) { in SetFastMathDisabled() function