Home
last modified time | relevance | path

Searched refs:ScopedSetRound (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dsetround.cc25 ScopedSetRound::ScopedSetRound(const int mode) : original_mode_(mode) { in ScopedSetRound() function in tensorflow::port::ScopedSetRound
30 ScopedSetRound::~ScopedSetRound() {} in ~ScopedSetRound()
34 ScopedSetRound::ScopedSetRound(const int mode) {
43 ScopedSetRound::~ScopedSetRound() { std::fesetround(original_mode_); }
Dsetround.h40 class ScopedSetRound {
42 ScopedSetRound(int mode);
43 ~ScopedSetRound();
48 TF_DISALLOW_COPY_AND_ASSIGN(ScopedSetRound);
Dsetround_test.cc69 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()
Dthreadpool.cc58 port::ScopedSetRound round(FE_TONEAREST); in CreateThread()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream.cc65 tensorflow::port::ScopedSetRound round(FE_TONEAREST); in WorkLoop()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc291 port::ScopedSetRound round(FE_TONEAREST); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc597 port::ScopedSetRound round(FE_TONEAREST); in ConstantFold()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc60 port::ScopedSetRound round(FE_TONEAREST); in CreateThread()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3980 port::ScopedSetRound round(FE_TONEAREST); in Optimize()