Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dxla_tensor_test.cpp42 TEST(XlaTensorTest, test_allocator_clone) { in TEST() argument
47 test_allocator_clone(&allocator); in TEST()
H A Dcpu_allocator_test.cpp9 test_allocator_clone(c10::GetDefaultCPUAllocator()); in TEST()
H A Dallocator_clone_test.h5 void test_allocator_clone(c10::Allocator* allocator) { in test_allocator_clone() function
H A Dcuda_allocator_test.cpp11 test_allocator_clone(c10::cuda::CUDACachingAllocator::get()); in TEST()