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 =()
201 const ProgramCache& program_cache) { in InitFromCache()
923 absl::Status Decode(const ProgramCache& program_cache, in Decode()943 const ProgramCache& program_cache, const std::vector<int64_t>& in_refs, in Encode()1029 ProgramCache* program_cache, in Decode()
102 struct hash_table *program_cache; member