Searched refs:resize_bytes_cpu (Results 1 – 2 of 2) sorted by relevance
39 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()
90 void resize_bytes_cpu(StorageImpl* storage, size_t size_bytes) { in resize_bytes_cpu() function281 at::native::resize_bytes_cpu(storage.unsafeGetStorageImpl(), newsize.expect_int()); in resize_bytes_nocuda()