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.cc161 Scratch* global_scratch = nullptr; variable
164 if (global_scratch == nullptr) { in GetOrCreateGlobalScratch()
165 global_scratch = new Scratch(); in GetOrCreateGlobalScratch()
167 return global_scratch; in GetOrCreateGlobalScratch()
171 delete global_scratch; in DestroyGlobalScratch()
172 global_scratch = nullptr; in DestroyGlobalScratch()