aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bazel.rc
Commit message (Collapse)AuthorAge
* Move some build configs to tools/bazel.rc from configure.pyGravatar Michael Case2018-01-05
| | | | | | | | | | Moving --config=android_arm --config=mkl and --config=monolithic build configs into tools/bazel.rc. These options are just always written the same way to .bazelrc when configure.py is run. This should trim down the scope of configure.py and make it easier to build TF without running configure.py prior. PiperOrigin-RevId: 180973131
* Merge changes from github.Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176695926
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
| | | | PiperOrigin-RevId: 176622438
* Merge changes from github.Gravatar Yifei Feng2017-11-21
| | | | PiperOrigin-RevId: 176615107
* Upgrade gRPC version used in OSS. Fix-forward of #14262. Remove ↵Gravatar A. Unique TensorFlower2017-11-13
| | | | | | namespace-compatibility hack. PiperOrigin-RevId: 175586521
* Clean up some redundant and unused build settings.Gravatar Michael Case2017-11-10
| | | | | | | | --copts are passed to both c++ and c (so is redundent with --cxxopts). Configs passed to "bazel build" are inherited by "bazel run" and "bazel test". Also removed some unused configs. PiperOrigin-RevId: 175326697
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
| | | | | | | | | | | | | | | | | END_PUBLIC --- Commit daa67ad17 authored by Jonathan Hseu<vomjom@vomjom.net> Committed by Frank Chen<frankchn@gmail.com>: Remove unittest import (#11596) --- Commit 491beb74c authored by A. Unique TensorFlower<gardener@tensorflow.org> Committed by TensorFlower Gardener<gardener@tensorflow.org>: BEGIN_PUBLIC Automated g4 rollback of changelist 162423171 PiperOrigin-RevId: 162541442
* Fix issue related to empty bazel.rc file.Gravatar A. Unique TensorFlower2017-05-02
| | | | Change: 154840138
* Remove unused files.Gravatar Yifei Feng2016-09-19
|
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108