Searched defs:program_cache (Results 1 – 3 of 3) sorted by relevance
52 ProgramCache* program_cache() { return &program_cache_; } in program_cache() function53 const ProgramCache* program_cache() const { return &program_cache_; } in program_cache() function
47 ProgramCache::ProgramCache(ProgramCache&& program_cache) in ProgramCache() function in tflite::gpu::cl::ProgramCache51 ProgramCache& ProgramCache::operator=(ProgramCache&& program_cache) { in operator =()
102 struct hash_table *program_cache; member