Home
last modified time | relevance | path

Searched defs:storage_impl (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalTensorWrapper.cpp161 auto storage_impl = functional_storage_impl(); in commit_update() local
384 auto storage_impl = functional_storage_impl(); in regenerate_from_base() local
397 auto storage_impl = functional_storage_impl(); in apply_updates() local
H A DEmptyTensor.cpp173 auto storage_impl = c10::make_intrusive<StorageImpl>( in _empty_generic() local
226 auto storage_impl = c10::make_intrusive<StorageImpl>( in _empty_strided_generic() local
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp92 c10::StorageImpl* storage_impl = storage.unsafeGetStorageImpl(); in THPStorage_Wrap() local
172 c10::StorageImpl* storage_impl = storage.unsafeGetStorageImpl(); in THPStorage_tryPreserve() local
H A DStorageMethods.cpp507 auto storage_impl = THPStorage_readFileRaw<PyObject*>( in THPStorage_setFromFile() local
528 auto storage_impl = in THPStorage_setFromFile() local
H A DStorageSharing.cpp294 c10::StorageImpl* storage_impl = storage.unsafeGetStorageImpl(); in THPStorage_shareCuda() local
/aosp_15_r20/external/pytorch/c10/core/
H A DRefcountedDeleter.cpp51 c10::StorageImpl* storage_impl = storage.unsafeGetStorageImpl(); in newStorageImplFromRefcountedDataPtr() local
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DEmptyTensor.cpp51 auto storage_impl = c10::make_intrusive<StorageImpl>( in empty_mps() local
/aosp_15_r20/hardware/interfaces/security/secretkeeper/default/src/
H A Dlib.rs54 let storage_impl = Box::new(store::InMemoryStore::default()); in new() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/
H A DLlgaTensorImpl.cpp76 auto storage_impl = c10::make_intrusive<c10::StorageImpl>( in empty_llga() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dtest_helpers.h22 auto storage_impl = c10::make_intrusive<c10::StorageImpl>( variable
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1224 c10::StorageImpl* storage_impl = (c10::StorageImpl*)storage_impl_ptr; in registerCudaPluggableAllocator() local
1241 c10::StorageImpl* storage_impl = (c10::StorageImpl*)storage_impl_ptr; in registerCudaPluggableAllocator() local
1248 c10::StorageImpl* storage_impl = (c10::StorageImpl*)storage_impl_ptr; in registerCudaPluggableAllocator() local
/aosp_15_r20/trusty/user/app/secretkeeper/
Dlib.rs261 let storage_impl = Box::<store::SecureStore>::default(); in inner_main() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp1887 auto* storage_impl = t.storage().unsafeGetStorageImpl(); in check_for_memory_leak() local
1947 auto* storage_impl = t.storage().unsafeGetStorageImpl(); in checkOutputTensorMemoryLeaks() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorFactories.cpp1724 auto storage_impl = c10::make_intrusive<at::StorageImpl>( in from_file() local