Home
last modified time | relevance | path

Searched refs:ScopedSuppressDenormals (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Ddenormal.h40 class ScopedSuppressDenormals {
42 ScopedSuppressDenormals();
43 ~ScopedSuppressDenormals();
48 ScopedSuppressDenormals(const ScopedSuppressDenormals&) = delete;
49 void operator=(const ScopedSuppressDenormals&) = delete;
A Ddenormal.cc115 ScopedSuppressDenormals::ScopedSuppressDenormals() { in ScopedSuppressDenormals() function in ruy::ScopedSuppressDenormals
120 ScopedSuppressDenormals::~ScopedSuppressDenormals() { set_fpu_state(restore_); } in ~ScopedSuppressDenormals()
A Dthread_pool.cc118 ScopedSuppressDenormals suppress_denormals; in ThreadFuncImpl()
A Dtrmul.cc315 ScopedSuppressDenormals suppress_denormals; in TrMul()

Completed in 5 milliseconds