Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DResize.h39 TORCH_API void resize_bytes_cpu(StorageImpl* storage, size_t size_bytes);
62 resize_bytes_cpu(storage.unsafeGetStorageImpl(), new_size_bytes); in maybe_resize_storage_cpu()
H A DResize.cpp90 void resize_bytes_cpu(StorageImpl* storage, size_t size_bytes) { in resize_bytes_cpu() function
281 at::native::resize_bytes_cpu(storage.unsafeGetStorageImpl(), newsize.expect_int()); in resize_bytes_nocuda()