aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/labeled_tensor
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Minor fix for lt.map_fn, handling a case where Tensor type inference can fail.Gravatar A. Unique TensorFlower2018-06-13
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Adds a `shape` property to LabeledTensor.Gravatar A. Unique TensorFlower2018-02-16
* Changes keep_dims to keepdims to remove deprecation warning.Gravatar A. Unique TensorFlower2018-02-16
* LabeledTensor: don't test Tensor.shape object, test value instead.Gravatar Skye Wanderman-Milne2018-01-23
* Longer README for tf.contrib.labeled_tensorGravatar Stephan Hoyer2017-10-30
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
* Fixup tf.contrib.labeled_tensor.select to handle tuples properlyGravatar Stephan Hoyer2017-04-28
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21
* Replace all_files data dependencies of build_pip_package with py_library targetsGravatar Shanqing Cai2017-03-10
* Adds missing functions to LabeledTensor's __init__.py.Gravatar A. Unique TensorFlower2017-02-21
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Fixes a Python 3 specific bug.Gravatar A. Unique TensorFlower2017-01-26
* Adds foldl to LabeledTensor.Gravatar A. Unique TensorFlower2017-01-26
* Deprecate tf.neg, tf.mul, tf.sub (and remove math_ops.{neg,mul,sub} usagesGravatar Andrew Selle2017-01-11
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Make labeled_tensor use tf.contrib.nn.deprecated_flipped_* versions of xent l...Gravatar Martin Wicke2017-01-05
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-11-29
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar A. Unique TensorFlower2016-11-21
* Fix test timeouts for tf.contrib.labeled_tensorGravatar Stephan Hoyer2016-11-21
* Automated rollback of change 138583261Gravatar Jonathan Hseu2016-11-18
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Deprecate tf.inv in favor of tf.reciprocal.Gravatar Martin Wicke2016-11-15
* Initial version of tf.contrib.labeled_tensorGravatar Stephan Hoyer2016-11-14