Home
last modified time | relevance | path

Searched defs:program_cache (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.h52 ProgramCache* program_cache() { return &program_cache_; } in program_cache() function
53 const ProgramCache* program_cache() const { return &program_cache_; } in program_cache() function
Dprogram_cache.cc69 ProgramCache::ProgramCache(ProgramCache&& program_cache) in ProgramCache() function in tflite::gpu::cl::ProgramCache
72 ProgramCache& ProgramCache::operator=(ProgramCache&& program_cache) { in operator =()
Dcl_operation.cc201 const ProgramCache& program_cache) { in InitFromCache()
Dserialization.cc923 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()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h102 struct hash_table *program_cache; member