| 86 | } |
| 87 | |
| 88 | ScopedDontFlushDenormal::ScopedDontFlushDenormal() { |
| 89 | SetDenormalState(/*flush_zero_mode=*/false, /*denormals_zero_mode=*/false); |
| 90 | } |
| 91 | |
| 92 | } // namespace port |
| 93 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected