Searched refs:ScopedSetRound (Results 1 – 9 of 9) sorted by relevance
25 ScopedSetRound::ScopedSetRound(const int mode) : original_mode_(mode) { in ScopedSetRound() function in tensorflow::port::ScopedSetRound30 ScopedSetRound::~ScopedSetRound() {} in ~ScopedSetRound()34 ScopedSetRound::ScopedSetRound(const int mode) {43 ScopedSetRound::~ScopedSetRound() { std::fesetround(original_mode_); }
40 class ScopedSetRound {42 ScopedSetRound(int mode);43 ~ScopedSetRound();48 TF_DISALLOW_COPY_AND_ASSIGN(ScopedSetRound);
69 port::ScopedSetRound round(FE_DOWNWARD); in TEST()74 port::ScopedSetRound round(FE_TONEAREST); in TEST()79 port::ScopedSetRound round(FE_TOWARDZERO); in TEST()84 port::ScopedSetRound round(FE_UPWARD); in TEST()92 port::ScopedSetRound round(FE_UPWARD); in TEST()
58 port::ScopedSetRound round(FE_TONEAREST); in CreateThread()
65 tensorflow::port::ScopedSetRound round(FE_TONEAREST); in WorkLoop()
291 port::ScopedSetRound round(FE_TONEAREST); in Run()
597 port::ScopedSetRound round(FE_TONEAREST); in ConstantFold()
60 port::ScopedSetRound round(FE_TONEAREST); in CreateThread()
3980 port::ScopedSetRound round(FE_TONEAREST); in Optimize()