#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 resize_as(const at::Tensor & self, const at::Tensor & the_template, c10::optional memory_format=c10::nullopt); TORCH_API const at::Tensor & resize_as_out(const at::Tensor & self, const at::Tensor & the_template, c10::optional memory_format, const at::Tensor & out); TORCH_API const at::Tensor & resize_as_(const at::Tensor & self, const at::Tensor & the_template, c10::optional memory_format=c10::nullopt); } // namespace native } // namespace at