History log of /external/tensorflow/tensorflow/contrib/integrate/python/ops/odes_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6c4735a07e15cc3a32d82637c33d82c0536bab0c 16-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add fixed-grid ODE integration routines.

I'd like to have lighter-weight ODE integration ops available since doing backprop through integration with adaptive step size control is much more time consuming.

Also:
* Ran g4 fix on odes/odes_test.
* Reordered some of the code in odes.py. (E.g. IMO better to have public functions first.)
PiperOrigin-RevId: 159225626
/external/tensorflow/tensorflow/contrib/integrate/python/ops/odes_test.py
e121667dc609de978a223c56ee906368d2c4ceef 30-Dec-2016 Justine Tunney <jart@google.com> Remove so many more hourglass imports
Change: 143230429
/external/tensorflow/tensorflow/contrib/integrate/python/ops/odes_test.py
c5dc750ba9fab7e7f1f05ee0e0cdb04ae96e0e32 15-Dec-2016 A. Unique TensorFlower <gardener@tensorflow.org> Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few remaining references to tf.pack/unpack to tf.stack/unstack.
Change: 142108785
/external/tensorflow/tensorflow/contrib/integrate/python/ops/odes_test.py
65b167707049f4d3861f9e17ca1a133fa80b2120 02-Nov-2016 Stephan Hoyer <shoyer@google.com> Add initial version of tf.contrib.integrate

Includes tf.contrib.integrate.odeint, an integrator for ODEs patterned off of
scipy.integrate.odeint.
Change: 137973526
/external/tensorflow/tensorflow/contrib/integrate/python/ops/odes_test.py