aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/labeled_tensor/BUILD
Commit message (Collapse)AuthorAge
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
| | | | | | This reverts commit 4e108ef30d7cd7ae5e1c550ec5ae27e79b8c6e39. PiperOrigin-RevId: 191391075
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
| | | | PiperOrigin-RevId: 173613863
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
| | | | PiperOrigin-RevId: 159673079
* Replace all_files data dependencies of build_pip_package with py_library targetsGravatar Shanqing Cai2017-03-10
| | | | | | | Benefits of this CL: 1) Removes ~70 python unit test files from the pip wheel. 2) Makes it easier to track which files are included in the pip wheel through bazel queries. Change: 149810103
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
| | | | Change: 147423640
* Make labeled_tensor use tf.contrib.nn.deprecated_flipped_* versions of xent ↵Gravatar Martin Wicke2017-01-05
| | | | | | losses. Change: 143639671
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
| | | | Change: 143230429
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Fix test timeouts for tf.contrib.labeled_tensorGravatar Stephan Hoyer2016-11-21
| | | | Change: 139786915
* Initial version of tf.contrib.labeled_tensorGravatar Stephan Hoyer2016-11-14
Change: 139143754