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.cc176 Scratch* global_scratch = nullptr; variable
179 if (global_scratch == nullptr) { in GetOrCreateGlobalScratch()
180 global_scratch = new Scratch(); in GetOrCreateGlobalScratch()
182 return global_scratch; in GetOrCreateGlobalScratch()
186 delete global_scratch; in DestroyGlobalScratch()
187 global_scratch = nullptr; in DestroyGlobalScratch()