#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor _to_copy(const at::Tensor & self, c10::optional dtype={}, c10::optional layout={}, c10::optional device={}, c10::optional pin_memory={}, bool non_blocking=false, c10::optional memory_format=c10::nullopt); TORCH_API at::Tensor & _to_copy_out(const at::Tensor & self, bool non_blocking, c10::optional memory_format, at::Tensor & out); } // namespace native } // namespace at