Home
last modified time | relevance | path

Searched refs:max_cache_size (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_external.h48 explicit TpuCompilationCacheExternal(int64 max_cache_size) in TpuCompilationCacheExternal() argument
49 : TpuCompilationCacheInterface(max_cache_size) {} in TpuCompilationCacheExternal()
Dtpu_compilation_cache_rpc_lookup.cc51 const std::string& server_address, int64 max_cache_size) in TpuCompilationCacheRpcLookup() argument
52 : max_cache_size_(max_cache_size) { in TpuCompilationCacheRpcLookup()
Dtpu_compilation_cache_rpc_lookup.h41 int64 max_cache_size);
Dtpu_compilation_cache_interface.h88 explicit TpuCompilationCacheInterface(int64 max_cache_size);
Dtpu_compilation_cache_interface.cc112 TpuCompilationCacheInterface::TpuCompilationCacheInterface(int64 max_cache_size) in TpuCompilationCacheInterface() argument
113 : max_cache_size_(max_cache_size) { in TpuCompilationCacheInterface()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c392 device->bo_cache.max_cache_size = DEFAULT_MAX_BO_CACHE_SIZE; in v3dv_bo_cache_init()
394 device->bo_cache.max_cache_size = atoll(max_cache_size_str); in v3dv_bo_cache_init()
397 fprintf(stderr, "MAX BO CACHE SIZE: %iMB\n", device->bo_cache.max_cache_size); in v3dv_bo_cache_init()
400 device->bo_cache.max_cache_size *= 1024 * 1024; in v3dv_bo_cache_init()
460 bo->size > cache->max_cache_size - cache->cache_size) { in v3dv_bo_free()
468 bo->size > cache->max_cache_size - cache->cache_size) { in v3dv_bo_free()
Dv3dv_private.h333 uint32_t max_cache_size; member
/external/puffin/src/
Dpuffin_stream.h51 size_t max_cache_size = 0);
96 size_t max_cache_size);
Dpuffpatch.cc145 size_t max_cache_size) { in PuffPatch() argument
163 src_deflates, src_puffs, max_cache_size)); in PuffPatch()
Dpuffin_stream.cc62 size_t max_cache_size) { in CreateForPuff() argument
69 puffs, max_cache_size)); in CreateForPuff()
95 size_t max_cache_size) in PuffinStream() argument
109 max_cache_size_(max_cache_size), in PuffinStream()
/external/puffin/src/include/puffin/
Dpuffpatch.h32 size_t max_cache_size = 0);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h57 uint64_t max_cache_size; member
Dpb_cache.c99 if (mgr->cache_size + buf->size > mgr->max_cache_size) { in pb_cache_add_buffer()
297 mgr->max_cache_size = maximum_cache_size; in pb_cache_init()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner.cc118 CachedVideo(int max_cache_size, const rtc::scoped_refptr<Video>& video) in CachedVideo() argument
119 : max_cache_size_(max_cache_size), video_(video) {} in CachedVideo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.cc335 int64 max_cache_size = in ExpectNear() local
337 pure_subnormal_cache.reserve(max_cache_size); in ExpectNear()
338 for (int i = 0; i < max_cache_size; ++i) { in ExpectNear()