We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some functions in the online documentation, instead of seeing their documentation in the reference section, we see a Sphinx Warning.
Possibly related to xtensor-stack/xtensor#2242.
Error message:
doxygenfunction: Unable to resolve multiple matches for function “xt::linalg::tensordot” with arguments (const xexpression<T>&, const xexpression<O>&, std::size_t) in doxygen xml output for project “xtensor-blas” from directory: ../xml. Potential matches: - template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, const std::vector<std::size_t> &ax_a, const std::vector<std::size_t> &ax_b) - template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, std::size_t naxes = 2)
Screenshot:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some functions in the online documentation, instead of seeing their documentation in the reference section, we see a Sphinx Warning.
Possibly related to xtensor-stack/xtensor#2242.
Error message:
Screenshot:
The text was updated successfully, but these errors were encountered: