Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Ddenormal.h72 ScopedRestoreFlushDenormalState restore_;
83 ScopedRestoreFlushDenormalState restore_;
/external/ruy/ruy/
Ddenormal.cc116 restore_ = get_fpu_state(); in ScopedSuppressDenormals()
120 ScopedSuppressDenormals::~ScopedSuppressDenormals() { set_fpu_state(restore_); } in ~ScopedSuppressDenormals()
Ddenormal.h46 fpu_state restore_;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.h329 EnvValue(const char *name, const char *value) : name_(name), restore_(false) { in EnvValue()
332 restore_ = true; in EnvValue()
338 if (restore_) { in ~EnvValue()
346 bool restore_; variable
/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.h111 void restore_(Agent &agent, std::size_t node_id) const;
Dlouds-trie.cc696 next_trie_->restore_(agent, link); in restore()
718 void LoudsTrie::restore_(Agent &agent, std::size_t node_id) const { in restore_() function in marisa::grimoire::trie::LoudsTrie
847 restore_(agent, node_id); in prefix_match_()
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.inc370 StringAttr restore_;
655 restore_ = StringAttr::get(getContext(), "tfg.Restore");
Dtf_op_names.cc719 return op_name == restore_ || op_name == restore_v2_ || in IsRestore()
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp3975 T &restore_; member in __anon72c308da0411::save_value
3979 save_value(T &restore) : restore_(restore), original_value_(restore) {} in save_value()
3981 ~save_value() { restore_ = std::move(original_value_); } in ~save_value()