aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/list_ops_test.py
Commit message (Expand)AuthorAge
* Support nested variants in CopyHostToDevice and CopyDeviceToHost.Gravatar Saurabh Saxena2018-09-27
* Test cleanupsGravatar Asim Shankar2018-09-04
* Support zeros_like for nested TensorLists.Gravatar Saurabh Saxena2018-09-04
* TensorListScatter and TensorListGatherGravatar Alexandre Passos2018-08-30
* Support zeros_like for TensorLists of type bool.Gravatar Saurabh Saxena2018-08-16
* Fix zeros_like for TensorLists.Gravatar Saurabh Saxena2018-08-16
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* ShapeRefiner fix: some variant-type tensors have handle data.Gravatar Skye Wanderman-Milne2018-05-07
* [TF TensorLists] Add TensorListConcatListsGravatar Eugene Brevdo2018-04-18
* [TF] Add TensorListPushBackBatch.Gravatar Eugene Brevdo2018-04-12
* Acknowledges tape in graph mode doesn't like unknown shapesGravatar Alexandre Passos2018-04-09
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Disable over-aggressive shape inferenceGravatar A. Unique TensorFlower2018-03-22
* Test use of tensor_list inside loops, as well as changing the contained type ...Gravatar A. Unique TensorFlower2018-03-14
* Shape function bug in tensor_list_stackGravatar Alexandre Passos2018-03-05
* Ops to get and set individual elements of TensorLists, and their gradients.Gravatar Alexandre Passos2018-01-22
* Immutable differentiable tf lists.Gravatar Alexandre Passos2018-01-12