Home
last modified time | relevance | path

Searched refs:remove_cached_tensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCachedTensorUtils.h16 TORCH_API void remove_cached_tensor(const at::Tensor& t);
H A DCachedTensorUtils.cpp33 void remove_cached_tensor(const at::Tensor& t) { in remove_cached_tensor() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1837 at::caching::remove_cached_tensor(t); in initModule()