Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcuda_reportMemoryUsage_test.cpp40 auto alloc2_true_alloc_size = r.alloc_size; in TEST() local
48 EXPECT_EQ(alloc2_true_alloc_size, r.total_allocated); in TEST()
52 alloc2_true_alloc_size <= static_cast<int64_t>(r.total_reserved) && in TEST()
59 EXPECT_EQ(-alloc2_true_alloc_size, r.alloc_size); in TEST()