#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::_reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor inline at::Tensor _reshape_alias_copy(const at::Tensor & self, at::IntArrayRef size, at::IntArrayRef stride) { return at::_ops::_reshape_alias_copy::call(self, c10::fromIntArrayRef(size), c10::fromIntArrayRef(stride)); } // aten::_reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor inline at::Tensor _reshape_alias_copy_symint(const at::Tensor & self, c10::SymIntArrayRef size, c10::SymIntArrayRef stride) { return at::_ops::_reshape_alias_copy::call(self, size, stride); } // aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _reshape_alias_copy_out(at::Tensor & out, const at::Tensor & self, at::IntArrayRef size, at::IntArrayRef stride) { return at::_ops::_reshape_alias_copy_out::call(self, c10::fromIntArrayRef(size), c10::fromIntArrayRef(stride), out); } // aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _reshape_alias_copy_outf(const at::Tensor & self, at::IntArrayRef size, at::IntArrayRef stride, at::Tensor & out) { return at::_ops::_reshape_alias_copy_out::call(self, c10::fromIntArrayRef(size), c10::fromIntArrayRef(stride), out); } // aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _reshape_alias_copy_symint_out(at::Tensor & out, const at::Tensor & self, c10::SymIntArrayRef size, c10::SymIntArrayRef stride) { return at::_ops::_reshape_alias_copy_out::call(self, size, stride, out); } // aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _reshape_alias_copy_symint_outf(const at::Tensor & self, c10::SymIntArrayRef size, c10::SymIntArrayRef stride, at::Tensor & out) { return at::_ops::_reshape_alias_copy_out::call(self, size, stride, out); } }