Home
last modified time | relevance | path

Searched defs:cache_key (Results 1 – 22 of 22) 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/core/tfrt/eager/
Dop_cache.cc29 CacheKey cache_key{op_name, op_handler, in GetOrAddOp() local
62 CacheKey cache_key{op_name, nullptr, "", {}}; in GetOrAddXlaOp() local
Dfunction_cache.cc53 const CacheKey cache_key{op_name, device_name}; in GetOrAddFunction() 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/lite/delegates/
Dserialization.cc304 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in SaveDelegatedNodes() local
315 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in GetDelegatedNodes() 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/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc79 tensorflow::Fprint128 cache_key = a.CacheKey("cpu:0"); in TEST() local
Dcontext.cc887 Fprint128 cache_key) { in GetCachedKernel()
898 void EagerContext::AddKernelToCache(Fprint128 cache_key, in AddKernelToCache()
Dexecute.cc804 Fprint128 cache_key = op->MutableAttrs()->CacheKey(op->DeviceName()); in GetOrCreateKernelAndDevice() local
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc135 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached() local
183 auto cache_key = std::make_pair(binary_name, preferred_cuda_dir); in FindCudaExecutable() 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/core/tpu/kernels/
Dtpu_compilation_cache_interface.cc420 std::string cache_key = FindCacheKey(subgraph_key); in CompileIfKeyAbsentHelper() local
/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.cc5363 const int cache_key = delegate_params->nodes_to_replace->data[0]; in CacheDelegateKernel() local
5369 const int cache_key = delegate_params->nodes_to_replace->data[0]; in MaybeGetCachedDelegateKernel() local