Home
last modified time | relevance | path

Searched refs:SetMemoryQuota (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.h45 void SetMemoryQuota(size_t max_bytes);
Dtpu_compilation_cache_service.cc81 void TpuCompilationCacheService::SetMemoryQuota(size_t max_bytes) { in SetMemoryQuota() function in tensorflow::TpuCompilationCacheService
Dtpu_pod_state.cc66 cache_service->SetMemoryQuota(1ul << 31); // 2GB in ConstructCacheService()