Home
last modified time | relevance | path

Searched defs:unsafeStorageFromTH (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DUnsafeFromTH.h14 inline Storage unsafeStorageFromTH(void * th_pointer, bool retain) { in unsafeStorageFromTH() function
H A DDeprecatedTypeProperties.cpp13 Storage DeprecatedTypeProperties::unsafeStorageFromTH(void * th_pointer, bool retain) const { in unsafeStorageFromTH() function in at::DeprecatedTypeProperties