Searched defs:program_cache (Results 1 – 5 of 5) 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
69 ProgramCache::ProgramCache(ProgramCache&& program_cache) in ProgramCache() function in tflite::gpu::cl::ProgramCache72 ProgramCache& ProgramCache::operator=(ProgramCache&& program_cache) { in operator =()
176 absl::Status ClOperation::RestoreDeserialized(const ProgramCache& program_cache, in RestoreDeserialized()
928 const CLDevice& device, const ProgramCache& program_cache, in Encode()
1835 struct hash_table program_cache[8]; member