aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
* Make LICENSE visible to bazel.Gravatar A. Unique TensorFlower2018-01-02
| | | | | | (The OSS //tensorflow/BUILD file can't see files as they are in the parent directory.) PiperOrigin-RevId: 180578688
* Depend on protobuf's header only library when building custom opsGravatar Manjunath Kudlur2017-03-07
| | | | Change: 149501122
* Automated rollback of change 148492669Gravatar Manjunath Kudlur2017-02-25
| | | | Change: 148552367
* Rollback the change to depend on header only protobuf library.Gravatar Manjunath Kudlur2017-02-24
| | | | Change: 148492669
* Replace dependency on entire proto library with just the headers for contrib.Gravatar Manjunath Kudlur2017-02-10
| | | | | | | - Linking a version of the entire proto library with every .so is wasteful. - Causes duplicate destruction of the static initialized objects causing non-deterministic crashes. Change: 147220106
* Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
| | | | Change: 142501037
* Automated rollback of change 131452196Gravatar A. Unique TensorFlower2016-09-01
Change: 131951691