Searched defs:ProgramCache (Results 1 – 8 of 8) sorted by relevance
449 cache: &ProgramCache, in forward()479 cache: &ProgramCache, in reverse()509 cache: &ProgramCache, in forward_many()
86 cache: &ProgramCache, in exec()
90 cache: &ProgramCache, in exec()
1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool()1521 pub type ProgramCache = AssertUnwindSafe<RefCell<ProgramCacheInner>>; typedef
36 GrGLGpu::ProgramCache::ProgramCache(int runtimeProgramCacheSize) in ProgramCache() function in GrGLGpu::ProgramCache
69 ProgramCache::ProgramCache(ProgramCache&& program_cache) in ProgramCache() function in tflite::gpu::cl::ProgramCache
55 friend class ProgramCache; variable
1492 TEST_P(PixelLocalStorageTest, ProgramCache) in TEST_P() argument