aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
Commit message (Collapse)AuthorAge
...
* | Merge commit for internal changesGravatar Akshay Modi2018-06-11
|\|
| * Internal Change.Gravatar Michael Case2018-06-07
| | | | | | | | PiperOrigin-RevId: 199673803
* | Merge pull request #19680 from case540/branch_198811639Gravatar Michael Case2018-06-01
|\| | | | | Branch 198811639
* | BUILD: dont force stripping (#19599)Gravatar Jason Zaman2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUILD: dont force stripping Build systems must not strip binaries, it makes it impossible for distros to ship debugging symbols for packages. bazel build has a --strip option to allow the user to generate stripped binaries in a configurable way, that should be used instead. https://fedoraproject.org/wiki/Packaging:Debuginfo https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces#Stripping Signed-off-by: Jason Zaman <jason@perfinion.com> * configure: add --strip=always to bazelrc
| * Moving generated API to tensorflow/.Gravatar Anna R2018-05-31
| | | | | | | | PiperOrigin-RevId: 198767512
| * Merge changes from github.Gravatar Scott Zhu2018-04-13
| | | | | | | | PiperOrigin-RevId: 192850372
* | Make custom_graph_optimizer_registry header-only (#18387)Gravatar Allen Lavoie2018-04-10
|/ | | | | | Adds it as a dependency to libtensorflow_framework.so so its symbols are available to shared objects which want to register optimizers. No other rules include it, so shared objects won't accidentally get their own version of the registry.
* Automated g4 rollback of changelist 191360905Gravatar Anna R2018-04-08
| | | | PiperOrigin-RevId: 192065431
* Automated g4 rollback of changelist 191326767Gravatar Anna R2018-04-02
| | | | PiperOrigin-RevId: 191360905
* Switch to the TensorFlow API generation based on ApiDef's and tf_exportGravatar Anna R2018-04-02
| | | | | | decorators. PiperOrigin-RevId: 191326767
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Don't flush denormals when calling Eigen::SelfAdjointEigenSolver.Gravatar A. Unique TensorFlower2018-03-27
| | | | PiperOrigin-RevId: 190595222
* Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26
| | | | PiperOrigin-RevId: 190515509
* Internal changeGravatar A. Unique TensorFlower2018-03-23
| | | | PiperOrigin-RevId: 190199534
* Moves KernelAndDevice to common_runtimeGravatar Alexandre Passos2018-03-21
| | | | PiperOrigin-RevId: 189936396
* [XLA] Add XlaBuilder. This is the first step of implementing the ↵Gravatar A. Unique TensorFlower2018-03-14
| | | | | | client-service interface redesign. Implemented ops: Add, Call, Constant, Parameter. PiperOrigin-RevId: 189061445
* Add test for API generated with tf_export calls to api_compatibility_test.py.Gravatar Anna R2018-03-13
| | | | | | | Also, fix remaining differences between this new API and the current TensorFlow API. PiperOrigin-RevId: 188943768
* Remove integration_tests directory and associated files.Gravatar A. Unique TensorFlower2018-03-12
| | | | PiperOrigin-RevId: 188815493
* Add all_files target to gcs_smoke_test BUILD file.Gravatar Michael Case2018-02-28
| | | | PiperOrigin-RevId: 187396477
* Include c_api_experimental in libtensorflow.so's dependencies.Gravatar Richard Wei2018-02-26
| | | | PiperOrigin-RevId: 187068103
* Remove tf.contrib.ndlstm as it is not maintained and barely used.Gravatar Eugene Brevdo2018-02-07
| | | | | | | | Users can find an external implementation by the original author at: https://github.com/tmbarchive/tfndlstm PiperOrigin-RevId: 184914822
* Merge changes from github.Gravatar Michael Case2018-02-07
| | | | PiperOrigin-RevId: 184897758
* Creates tf.contrib.feature_column module.Gravatar A. Unique TensorFlower2018-02-06
| | | | PiperOrigin-RevId: 184747924
* Add a utility module that contains helper functions usable from within ↵Gravatar A. Unique TensorFlower2018-02-01
| | | | | | | | generated code. Add a helper for the control dependencies context manager. PiperOrigin-RevId: 184176409
* Expose the decorator in the main API. Move the top-level implementation ↵Gravatar A. Unique TensorFlower2018-01-30
| | | | | | files into a submodule, to avoid problems around the remove_undocumented call. PiperOrigin-RevId: 183896273
* Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
| | | | PiperOrigin-RevId: 183347199
* Refactoring pass.Gravatar A. Unique TensorFlower2018-01-24
| | | | | | | | Add a container context class to shorten argument lists and expose context information in a more organized manner. Clean up names, docs and tests. Rename submodule to avoid clashing with the new @covert decorator. PiperOrigin-RevId: 183174971
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
| | | | PiperOrigin-RevId: 183100142
* Moves batch ops to core and exposes tf.contrib.batchingGravatar Alexandre Passos2018-01-23
| | | | PiperOrigin-RevId: 182963906
* Internal changeGravatar A. Unique TensorFlower2018-01-22
| | | | PiperOrigin-RevId: 182797605
* Script to create ApiDef files automatically based on OpDef.Gravatar Anna R2018-01-18
| | | | PiperOrigin-RevId: 182463327
* Add range encode and decode to new tensorflow contrib.Gravatar Sung Jin Hwang2018-01-17
| | | | PiperOrigin-RevId: 182293433
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
| | | | PiperOrigin-RevId: 182258809
* FreezeSavedModel function: Get a frozen GraphDef, inputs, and outputs from a ↵Gravatar Suharsh Sivakumar2018-01-14
| | | | | | | | loaded SaveModelBundle. #14567 PiperOrigin-RevId: 181887870
* Reorganize the shared batching scheduler headers, leaving forwarding shims.Gravatar Alexandre Passos2018-01-12
| | | | PiperOrigin-RevId: 181795909
* profiler C++ API.Gravatar A. Unique TensorFlower2018-01-09
| | | | PiperOrigin-RevId: 181397308
* Core code transformers.Gravatar A. Unique TensorFlower2018-01-08
| | | | PiperOrigin-RevId: 181221299
* Minimal static analysis. Resolves variable visibility and type information.Gravatar A. Unique TensorFlower2018-01-04
| | | | PiperOrigin-RevId: 180854642
* No public changeGravatar A. Unique TensorFlower2018-01-04
| | | | PiperOrigin-RevId: 180842567
* Boilerplate: port a subset of the anno and quoting packages from Tangent. ↵Gravatar A. Unique TensorFlower2018-01-03
| | | | | | Also includes a pretty printer API. PiperOrigin-RevId: 180698491
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
| | | | PiperOrigin-RevId: 180301735
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
| | | | PiperOrigin-RevId: 179953488
* Python library and C++ bindings for creating and compiling local XLA ↵Gravatar Roy Frostig2017-12-15
| | | | | | computations. PiperOrigin-RevId: 179211353
* Moving tf.data kernels to their own package.Gravatar Jiri Simsa2017-12-14
| | | | PiperOrigin-RevId: 179112798
* Prototype for serializing the Checkpointable graph.Gravatar Allen Lavoie2017-12-13
| | | | | | Includes protocol buffers which will likely be added to BundleHeaderProto. We'll pass this protocol buffer plus the standard map of variable names to variable objects to the Saver, both of which will then be stored along with the checkpoint. This extra information means that the path we stored to a variable in its checkpoint name can be removed as long as there is another in the checkpointed graph. PiperOrigin-RevId: 178946669
* [tf.data] Move tests from python/kernel_tests to python/data/kernel_tests.Gravatar Derek Murray2017-12-08
| | | | | | | | This makes it easier to run all core tf.data tests with a single command, i.e.: bazel test //tensorflow/python/data/... PiperOrigin-RevId: 178444314
* Cleanup: Remove dummy_disabled_internal target.Gravatar Yu-Cheng Ling2017-12-04
| | | | PiperOrigin-RevId: 177839746