#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::special_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor inline at::Tensor special_softmax(const at::Tensor & self, int64_t dim, c10::optional dtype=c10::nullopt) { return at::_ops::special_softmax::call(self, dim, dtype); } }