Searched defs:max_alloc_size (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
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/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/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

Completed in 173 milliseconds