Searched refs:max_alloc_size (Results 1 - 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
H A Dallocator.cc32 this->max_alloc_size = 0;
44 this->num_allocs, this->max_alloc_size);
88 stats_.max_alloc_size =
89 std::max<int64>(stats_.max_alloc_size, alloc_size);
113 stats_.max_alloc_size = 0;
H A Dallocator_test.cc28 int64 max_bytes_in_use, int64 max_alloc_size) {
41 EXPECT_EQ(stats.max_alloc_size, max_alloc_size);
27 CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, int64 max_bytes_in_use, int64 max_alloc_size) argument
H A Dallocator.h53 int64 max_alloc_size; // The max single allocation seen. member in struct:tensorflow::AllocatorStats
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_allocator.cc53 stats_.max_alloc_size =
54 std::max<int64>(stats_.max_alloc_size, bytes_allocated);
78 stats_.max_alloc_size = 0;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_test_dma.c187 uint64_t max_alloc_size; local
195 max_alloc_size = 128 * 1024 * 1024;
268 max_alloc_size) {
H A Dradeon_winsys.h186 uint64_t max_alloc_size; member in struct:radeon_info
H A Dr600_pipe_common.c1042 *max_mem_alloc_size = rscreen->info.max_alloc_size;
1282 printf("max_alloc_size = %i MB\n",
1283 (int)DIV_ROUND_UP(rscreen->info.max_alloc_size, 1024*1024));
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_bfc_allocator_test.cc38 int64 max_bytes_in_use, int64 max_alloc_size) {
45 EXPECT_EQ(stats.max_alloc_size, max_alloc_size);
37 CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, int64 max_bytes_in_use, int64 max_alloc_size) argument
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c378 ws->info.max_alloc_size = MAX2(ws->info.vram_size, ws->info.gart_size) * 0.7;
380 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 256*1024*1024);
/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc324 stats_.max_alloc_size =
325 std::max<std::size_t>(stats_.max_alloc_size, chunk->size);
692 stats_.max_alloc_size = 0;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c307 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX);
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c328 ws->info.max_alloc_size = MIN2(ws->info.vram_size * 0.9, ws->info.gart_size * 0.7);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c451 return MIN2(sscreen->b.info.max_alloc_size, INT_MAX);

Completed in 280 milliseconds