Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h217 const size_t n_handles = in AllocationRegion() local
219 handles_.reset(new ChunkHandle[n_handles]); in AllocationRegion()
220 for (size_t i = 0; i < n_handles; i++) { in AllocationRegion()