Home
last modified time | relevance | path

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

12

/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
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group.h94 absl::string_view cache_key() const { return cache_key_; } in cache_key() function
95 void set_cache_key(absl::string_view cache_key) { in set_cache_key()
Dcompiler.h153 absl::string_view cache_key() const { return cache_key_; } in cache_key() function
154 void set_cache_key(absl::string_view cache_key) { in set_cache_key()
Drng_bit_generator_expander.cc59 RngGeneratorKey cache_key{data_shape, state_shape, algorithm, module}; in GetGeneratorComputation() local
/external/cronet/net/ssl/
Dssl_client_session_cache.cc62 const Key& cache_key) { in Lookup()
85 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert()
93 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
/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/dtensor/cc/
Ddtensor_graph_to_mlir_pass.cc70 absl::flat_hash_set<Node*>& control_ret_nodes, Fprint128 cache_key) { in RunOnGraph()
Ddtensor_device_util.cc530 tensorflow::Fprint128 cache_key = tensorflow::Fingerprint128(doperation.name); in CacheKeyForGraph() local
560 tensorflow::Fprint128 cache_key = in GetCachedFunction() local
615 const DTensorOperation& op, tensorflow::Fprint128 cache_key, in AddCachedFunction()
/external/tensorflow/tensorflow/lite/delegates/
Dserialization.cc299 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in SaveDelegatedNodes() local
310 std::string cache_key = delegate_id + kDelegatedNodesSuffix; in GetDelegatedNodes() local
/external/cronet/components/nacl/browser/
Dpnacl_host.h139 std::string cache_key; variable
Dpnacl_host.cc248 std::string cache_key(disk_cache_->GetKey(cache_info)); in GetNexeFd() local
267 void PnaclHost::SendCacheQueryAndTempFileRequest(const std::string& cache_key, in SendCacheQueryAndTempFileRequest()
/external/cronet/third_party/quic_trace/src/tools/render/
Dtext.cc115 std::string cache_key = absl::StrCat(style, "/", text); in RenderTextInner() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc79 tensorflow::Fprint128 cache_key = a.CacheKey("cpu:0"); in TEST() local
/external/cronet/net/cert/pki/
Dverify_signed_data.cc228 std::string cache_key; in VerifySignedData() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dasm_compiler.cc132 PtxCacheKey cache_key{device_ordinal, std::string(ptx), in CompileGpuAsmOrGetCached() local
180 auto cache_key = std::make_pair(binary_name, preferred_cuda_dir); in FindCudaExecutable() local
/external/cronet/net/dns/
Dmdns_cache.cc75 Key cache_key = Key::CreateFor(record.get()); in UpdateDnsRecord() 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

12