• Home
  • History
  • Annotate
  • only in /external/tensorflow/tensorflow/contrib/integrate/
NameDateSize

..10-Aug-20184 KiB

__init__.py10-Aug-20181.1 KiB

BUILD10-Aug-20181.3 KiB

python/10-Aug-20184 KiB

README.md10-Aug-2018334

README.md

1# Integration and ODE solvers for TensorFlow
2
3TensorFlow equivalents to the routines provided by `scipy.integrate`. Currently
4contains a single function, `odeint`, for integrating ordinary differential
5equations.
6
7Maintainers:
8- Stephan Hoyer (shoyer@google.com, github.com/shoyer)
9- Marc Coram (mcoram@google.com, github.com/mcoram)
10