Home
last modified time | relevance | path

Searched defs:cache_key (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c83 cache_key cache_key) in compute_variant_key() argument
132 cache_key cache_key; in etna_disk_cache_retrieve() local
168 cache_key cache_key; in etna_disk_cache_store() local
Detnaviv_shader.h74 cache_key cache_key; /* shader disk-cache key */ member
/external/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c106 struct ir3_shader_variant *v, cache_key cache_key) in compute_variant_key() argument
167 cache_key cache_key; in ir3_disk_cache_retrieve() local
206 cache_key cache_key; in ir3_disk_cache_store() local
Dir3_shader.h730 cache_key cache_key; /* shader disk-cache key */ member
/external/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c52 cache_key cache_key) in iris_disk_cache_compute_key() argument
91 cache_key cache_key; in iris_disk_cache_store() local
158 cache_key cache_key; in iris_disk_cache_retrieve() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc172 OpBuilder* GraphBuilder::LookupConstData(uint64_t cache_key) { in LookupConstData()
178 void GraphBuilder::AddToCache(uint64_t cache_key, OpBuilder* value) { in AddToCache()
184 auto cache_key = ComputeHash(shape, data, data_size); in AddConstNodeWithData() local
209 auto cache_key = ComputeHash(tensor, shape, int8_to_uint8 ? 1 : 0); in AddConstNodeWithData() local
/external/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c89 unsigned char cache_key[20]; member
256 cache_key cache_key; in nir_load_libclc_shader() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dnode_expansion_pass.cc65 Fprint128 cache_key = in Run() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc77 tensorflow::Fprint128 cache_key = a.CacheKey("cpu:0"); in TEST() local
Dcontext.cc841 Fprint128 cache_key) { in GetCachedKernel()
852 void EagerContext::AddKernelToCache(Fprint128 cache_key, in AddKernelToCache()
Dexecute.cc389 Fprint128 cache_key = op->MutableAttrs()->CacheKey(op->DeviceName()); in GetOrCreateKernelAndDevice() local
/external/tensorflow/tensorflow/compiler/xla/service/
Drng_bit_generator_expander.cc59 RngGeneratorKey cache_key{data_shape, state_shape, algorithm, module}; in GetGeneratorComputation() local
/external/mesa3d/src/util/
Ddisk_cache.h47 typedef uint8_t cache_key[CACHE_KEY_SIZE]; typedef
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c680 cache_key cache_key; in anv_device_search_for_kernel() local
740 cache_key cache_key; in anv_device_upload_kernel() local
Danv_pipeline.c604 } cache_key; member
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc118 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_interface.cc418 std::string cache_key = FindCacheKey(subgraph_key); in CompileIfKeyAbsentHelper() local
/external/llvm-project/llvm/utils/Reviewing/
Dfind_interesting_reviews.py480 def _populate_cache_for(self, cache_key): argument
/external/skia/src/core/
DSkVMBlitter.cpp123 static Key cache_key(const Params& params, in cache_key() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c104 char cache_key; variable
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4795 const int cache_key = delegate_params->nodes_to_replace->data[0]; in CacheDelegateKernel() local
4801 const int cache_key = delegate_params->nodes_to_replace->data[0]; in MaybeGetCachedDelegateKernel() local