History log of /external/tensorflow/tensorflow/contrib/integrate/python/ops/odes.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.py
d8f2a4b0e2548f1f2ea8ca44c134a2a2604af5c6 10-Dec-2016 A. Unique TensorFlower <gardener@tensorflow.org> Change references to TensorArray.pack, TensorArray.unpack to TensorArray.stack
and TensorArray.unstack since pack and unpack are getting deprecated. Also, I switched a few references to tf.pack/tf.unpack to tf.stack and tf.unstack.
Change: 141630998
/external/tensorflow/tensorflow/contrib/integrate/python/ops/odes.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.py