Skip to content

Commit

Permalink
Create evaluate.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jun 9, 2024
1 parent b60b025 commit 1d1452d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/tensortrax/evaluate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _api-evaluate:

Evaluate Functions
~~~~~~~~~~~~~~~~~~
This module provides evaluation methods for (the gradient, Hessian or Jacobian) of a
function.

**Core**

.. currentmodule:: tensortrax

.. autosummary::

function
gradient
hessian
jacobian


**Detailed API Reference**

.. autoclass:: tensortrax.Tensor
:members:
:undoc-members:
:inherited-members:

.. autofunction:: tensortrax.function

.. autofunction:: tensortrax.gradient

.. autofunction:: tensortrax.hessian

.. autofunction:: tensortrax.jacobian

0 comments on commit 1d1452d

Please sign in to comment.