Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/drivers/lima/
Dlima_disk_cache.c44 cache_key cache_key; in lima_vs_disk_cache_store() local
72 cache_key cache_key; in lima_fs_disk_cache_store() local
100 cache_key cache_key; in lima_vs_disk_cache_retrieve() local
152 cache_key cache_key; in lima_fs_disk_cache_retrieve() local
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_disk_cache.c51 const struct panfrost_shader_key *shader_key, cache_key cache_key) in panfrost_disk_cache_compute_key() argument
77 cache_key cache_key; in panfrost_disk_cache_store() local
119 cache_key cache_key; in panfrost_disk_cache_retrieve() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c80 cache_key cache_key) in compute_variant_key() argument
129 cache_key cache_key; in etna_disk_cache_retrieve() local
165 cache_key cache_key; in etna_disk_cache_store() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_disk_cache.c32 cache_key cache_key) in agx_disk_cache_compute_key() argument
159 cache_key cache_key; in agx_disk_cache_store() local
185 cache_key cache_key; in agx_disk_cache_retrieve() 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()
/external/cronet/stable/net/ssl/
Dssl_client_session_cache.cc67 const Key& cache_key) { in Lookup()
90 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert()
98 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
/external/cronet/tot/net/ssl/
Dssl_client_session_cache.cc67 const Key& cache_key) { in Lookup()
90 void SSLClientSessionCache::Insert(const Key& cache_key, in Insert()
98 void SSLClientSessionCache::ClearEarlyData(const Key& cache_key) { in ClearEarlyData()
/external/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c91 cache_key cache_key) in compute_variant_key() argument
204 cache_key cache_key; in ir3_disk_cache_retrieve() local
243 cache_key cache_key; in ir3_disk_cache_store() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_disk_cache.c73 cache_key cache_key, in v3d_disk_cache_compute_key() argument
110 cache_key cache_key; in v3d_disk_cache_retrieve() local
196 cache_key cache_key; in v3d_disk_cache_store() local
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_disk_cache.c52 cache_key cache_key) in crocus_disk_cache_compute_key() argument
92 cache_key cache_key; in crocus_disk_cache_store() local
145 cache_key cache_key; in crocus_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
/external/mesa3d/src/gallium/drivers/iris/
Diris_disk_cache.c54 cache_key cache_key) in iris_disk_cache_compute_key() argument
95 cache_key cache_key; in iris_disk_cache_store() local
189 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/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_server_id.h44 const std::string& cache_key() const { return cache_key_; } in cache_key() function
Dquic_server_id.cc66 std::string cache_key) in QuicServerId()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_server_id.h44 const std::string& cache_key() const { return cache_key_; } in cache_key() function
Dquic_server_id.cc66 std::string cache_key) in QuicServerId()
/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/
Ddisk_cache.rs26 pub fn put(&self, data: &[u8], key: &mut cache_key) { in put()
53 pub fn gen_key(&self, data: &[u8]) -> cache_key { in gen_key()
/external/mesa3d/src/compiler/clc/
Dnir_load_libclc.c90 unsigned char cache_key[20]; member
321 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/mesa3d/src/vulkan/runtime/
Dvk_meta.c37 struct cache_key { struct
43 static struct cache_key * argument
/external/tensorflow/tensorflow/dtensor/cc/
Ddtensor_graph_to_mlir_pass.cc70 absl::flat_hash_set<Node*>& control_ret_nodes, Fprint128 cache_key) { in RunOnGraph()
/external/pytorch/torch/csrc/jit/passes/
Dsymbolic_shape_cache.cpp106 auto cache_key = get_cache_key(schema, arg_vec, ss_map, /* deep_copy */ true); in cache_shape_function() local
119 auto cache_key = in get_cached_shape_function() local
/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

1234