aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/data/python/ops/scan_ops.py
Commit message (Expand)AuthorAge
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
* Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* [tf.data] Add `StructuredFunctionWrapper` to encapsulate tf.data's enhancemen...Gravatar Derek Murray2018-06-14
* [tf.data] Factor out a helper for creating flat args to `function.Defun`.Gravatar Derek Murray2018-06-13
* [tf.data] Factor out function argument restructuring into a helper.Gravatar Derek Murray2018-06-13
* [tf.data] Factor out `output_shapes` and `output_types` attr-setting code int...Gravatar Derek Murray2018-06-13
* [tf.data] Print an actionable warning when a lookup table is created in a fun...Gravatar Derek Murray2018-06-08
* [tf.data] Adding support for `tf.SparseTensor` into `tf.contrib.data.scan()`Gravatar Jiri Simsa2018-04-30
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* tf.contrib.data.scan: Support eager execution.Gravatar Asim Shankar2018-04-20
* [tf.data] Update docstrings to point to `tf.data.Dataset.apply()`.Gravatar Derek Murray2018-01-12
* Add tf.contrib.data.Counter.Gravatar Eugene Brevdo2017-11-21
* Remove `tf.data.SparseType` and instead use `tf.data.Dataset.output_classes` ...Gravatar Jiri Simsa2017-11-17
* Supporting sparse tensors as inputs and outputs for user-defined functions pa...Gravatar Jiri Simsa2017-11-13
* Automated g4 rollback of changelist 174912490Gravatar A. Unique TensorFlower2017-11-10
* [tf.data] Move contrib op registrations to tensorflow/contrib/data/ops.Gravatar Derek Murray2017-11-07
* [tf.data] Add new custom transformation: `tf.contrib.data.scan()`.Gravatar Derek Murray2017-10-09