Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc173 Scratch* global_scratch = nullptr; variable
176 if (global_scratch == nullptr) { in GetOrCreateGlobalScratch()
177 global_scratch = new Scratch(); in GetOrCreateGlobalScratch()
179 return global_scratch; in GetOrCreateGlobalScratch()
183 delete global_scratch; in DestroyGlobalScratch()
184 global_scratch = nullptr; in DestroyGlobalScratch()