Home
last modified time | relevance | path

Searched refs:GetCompiledCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcompiled_program_cache_generated.h163 inline const tflite::gpu::cl::data::CompiledCache *GetCompiledCache(const void *buf) { in GetCompiledCache() function
H A Dprogram_cache.cc157 auto model = data::GetCompiledCache(serialized_cache.data()); in AddSerializedCache()