aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorflow.bzl
Commit message (Expand)AuthorAge
* Move library 'gradient_checker' out of kernel_tests/ into ops/.Gravatar A. Unique TensorFlower2016-06-21
* Give python/kernel_tests/ directory its own BUILD file.Gravatar A. Unique TensorFlower2016-06-14
* Generate headers with both ".proto.h" and ".pb.h" suffixes for android protos.Gravatar A. Unique TensorFlower2016-06-13
* Cleanup: Get rid of unused copy of simple threadpool implementation. The impl...Gravatar A. Unique TensorFlower2016-06-03
* Exclude test code from android sources.Gravatar A. Unique TensorFlower2016-06-01
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* Pass -O3 when building tensorflow with clang -c opt. (This isn't hookedGravatar A. Unique TensorFlower2016-05-25
* 1.Add bzl function if_android and if_not_android.Gravatar A. Unique TensorFlower2016-05-23
* Enforce the rule that custom op libraries don't depend on core:framework orGravatar Manjunath Kudlur2016-05-18
* Change proto_text generation so it will work when tensorflow is included as aGravatar A. Unique TensorFlower2016-05-16
* Enforce the rule that custom op libraries don't depend on core:framework orGravatar A. Unique TensorFlower2016-05-13
* Enforce the rule that custom op libraries don't depend on core:framework orGravatar Manjunath Kudlur2016-05-13
* Internal only change.Gravatar A. Unique TensorFlower2016-05-13
* Move if_cuda build macro into //third_party/gpus/cuda/build_defs.bzl,Gravatar A. Unique TensorFlower2016-05-13
* Added linker script to limit the symbols that are visible inGravatar Manjunath Kudlur2016-05-12
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Internal only changes.Gravatar A. Unique TensorFlower2016-05-02
* Integrate the memory optimizer from the OR team and cost model.Gravatar Yuan Yu2016-04-28
* Switch attr_value_util.cc to use proto_text for parsing text format.Gravatar A. Unique TensorFlower2016-04-25
* Rollback of rollback of cl/120366069:Gravatar A. Unique TensorFlower2016-04-21
* Reformat tensorflow.bzl.Gravatar A. Unique TensorFlower2016-04-21
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Rollback of "Change tensorflow code to use proto_text for DebugString andS ho...Gravatar A. Unique TensorFlower2016-04-19
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-19
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Added a format for saving an inference graph that can be memmapped and an uti...Gravatar A. Unique TensorFlower2016-04-18
* Removed unnecessary link options when build shared libraries for custom ops.Gravatar Manjunath Kudlur2016-04-13
* Minimal open source CUPTI GPU Tracer.Gravatar A. Unique TensorFlower2016-04-13
* Enable test_benchmark.* files for Android build.Gravatar Andrew Harp2016-04-11
* Support non-arm architectures for Android.Gravatar A. Unique TensorFlower2016-04-08
* Add BUILD files to opensource tree.Gravatar Martin Wicke2016-04-08
* Add tf_cuda_cc_test[s].Gravatar Eugene Brevdo2016-04-01
* Move Android kernel lib target definition to tensorflow/core/kernels/BUILD, g...Gravatar Andrew Harp2016-03-31
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
* Pull some common lists of headers and deps out of the common android libraries.Gravatar A. Unique TensorFlower2016-03-28
* Remove size = "medium" default from tensorflow.bzl functionsGravatar Geoffrey Irving2016-03-22
* Remove size = "medium" default from tensorflow.bzl functionsGravatar Geoffrey Irving2016-03-22
* Mark more tests as size = "small"Gravatar Geoffrey Irving2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Change dep list of tf_gpu_kernel_library rule.Gravatar A. Unique TensorFlower2016-03-16
* Change tf_gpu_kernel_library() and tf_cuda_library() rules to not depend onGravatar Josh Levenberg2016-03-15
* Make tf_custom_op_library depend on cudart_static directly instead ofGravatar Manjunath Kudlur2016-03-15
* Whitespace bugfix in tf_py_testsGravatar Eugene Brevdo2016-03-15
* Add the test runner run_and_gather_logs to tools/testGravatar Eugene Brevdo2016-03-14
* Add bug id for bazel alwayslink issue.Gravatar Josh Levenberg2016-03-14
* Changes to make custom user ops not statically include tensorflow/core:framew...Gravatar Manjunath Kudlur2016-03-11
* Moved config.proto from core/framework to core/protobuf.Gravatar Sherry Moore2016-03-04
* Add optional comprehensive logging of memory allocation/deallocation events. ...Gravatar A. Unique TensorFlower2016-03-01
* Bugfix to the Any protobufGravatar Eugene Brevdo2016-02-29