• Home
  • History
  • Annotate
  • only in /external/tensorflow/tensorflow/contrib/integrate/
History log of /external/tensorflow/tensorflow/contrib/integrate/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5acc81f15d5713eafa0da0ee33c6179ff8cb67d0 18-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> Further BUILD cleanup in tensorflow/contrib/...

PiperOrigin-RevId: 162330841
UILD
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
ython/ops/odes.py
ython/ops/odes_test.py
dc00fe6cf27c59fc78783735375a05ff720333f4 24-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Update module docstrings to (consistently) link to the guide in the
body instead of the title (consistently). Also fix some malformed
@{$...} references and titles starting with "##".
Change: 148476930
_init__.py
b71f11361e025c1245363a283a9761cd3368d3c9 14-Feb-2017 Gunhan Gulsoy <gunan@google.com> Replace pip testing script with bazel.
Change: 147423640
UILD
69d028435d3b10809f5bf34708e493233485e626 14-Feb-2017 Brennan Saeta <saeta@google.com> Documentation changes to adhere to new doc generator
Change: 147402290
_init__.py
cb45a7d952ee126efe43ef1b2c08fb3503e2f6bd 30-Jan-2017 Martin Wicke <wicke@google.com> Seal contrib interfaces (as much a feasible). If you were using a symbol which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file.
Change: 145943844
_init__.py
e121667dc609de978a223c56ee906368d2c4ceef 30-Dec-2016 Justine Tunney <jart@google.com> Remove so many more hourglass imports
Change: 143230429
UILD
ython/ops/odes_test.py
5a4ee9312058ea0cc483b81ba8da170de0fd02e7 28-Dec-2016 Justine Tunney <jart@google.com> Add missing numpy and six deps
Change: 143131671
UILD
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
_init__.py
ython/ops/odes_test.py
5866e065bc95c1d7de8a27413b368016941889a6 15-Dec-2016 Justine Tunney <jart@google.com> Remove hourglass imports from kernel_tests
Change: 142080137
UILD
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
ython/ops/odes.py
7c89c44112a50d0fcf8888f14c799eefda841454 02-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> Update generated Python Op docs.
Change: 137988710
_init__.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
UILD
EADME.md
_init__.py
ython/ops/odes.py
ython/ops/odes_test.py