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