Home
last modified time | relevance | path

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

/external/pytorch/test/cpp_extensions/
Dopen_registration_extension.cpp380 at::Tensor custom__copy_from_and_resize(const at::Tensor& self, const at::Tensor& dst) { in custom__copy_from_and_resize() function
512 m.impl("_copy_from_and_resize", &custom__copy_from_and_resize); in TORCH_LIBRARY_IMPL()