#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_from_tensor(Tensor self, Tensor shape) -> Tensor inline at::Tensor _reshape_from_tensor(const at::Tensor & self, const at::Tensor & shape) { return at::_ops::_reshape_from_tensor::call(self, shape); } }