Searched refs:cache_enabled (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.cc | 448 bool cache_enabled = (response_cache_ != nullptr && request_id != 0); in GrpcRecvTensorAsync() local 450 auto do_response = [response, done, cache_enabled](const Tensor& tensor, in GrpcRecvTensorAsync() 454 grpc::EncodeTensorToByteBuffer(is_dead, tensor, cache_enabled, response); in GrpcRecvTensorAsync() 463 if (cache_enabled && in GrpcRecvTensorAsync() 468 auto rendezvous_done = [this, request_id, do_response, cache_enabled]( in GrpcRecvTensorAsync() 471 if (cache_enabled) { in GrpcRecvTensorAsync() 590 bool cache_enabled = (response_cache_ != nullptr && request_id != 0); in RecvBufAsync() local 592 auto do_response = [this, response, done, cache_enabled]( in RecvBufAsync() 599 response->set_require_ack(cache_enabled); in RecvBufAsync() 607 if (cache_enabled && in RecvBufAsync() [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_common.cpp | 72 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { in MemoryMappingLayout() argument 74 if (cache_enabled) in MemoryMappingLayout() 80 if (cache_enabled && data_.proc_self_maps.mmaped_size == 0) in MemoryMappingLayout()
|
D | sanitizer_procmaps.h | 70 explicit MemoryMappingLayout(bool cache_enabled);
|
D | sanitizer_procmaps_mac.cpp | 83 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { in MemoryMappingLayout() argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_common.cc | 67 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { in MemoryMappingLayout() argument 69 if (cache_enabled) { in MemoryMappingLayout() 79 if (cache_enabled) in MemoryMappingLayout()
|
D | sanitizer_procmaps.h | 36 explicit MemoryMappingLayout(bool cache_enabled);
|
D | sanitizer_procmaps_mac.cc | 24 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { in MemoryMappingLayout() argument
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 181 bool cache_enabled) in v3dv_pipeline_cache_init() argument 188 if (cache_enabled) { in v3dv_pipeline_cache_init()
|
D | v3dv_private.h | 1901 bool cache_enabled);
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 295 bool cache_enabled, in anv_pipeline_cache_init() argument 304 if (cache_enabled) { in anv_pipeline_cache_init()
|
D | anv_private.h | 1286 bool cache_enabled,
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 962 bool cache_enabled; in NewRandomAccessFile() local 965 cache_enabled = file_block_cache_->IsCacheEnabled(); in NewRandomAccessFile() 967 if (cache_enabled) { in NewRandomAccessFile()
|