Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A 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
H A 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 =()
H A Dcl_operation.cc176 absl::Status ClOperation::RestoreDeserialized(const ProgramCache& program_cache, in RestoreDeserialized()
H A Dinference_context.cc928 const CLDevice& device, const ProgramCache& program_cache, in Encode()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1835 struct hash_table program_cache[8]; member