aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/copy_tensor.cc
Commit message (Expand)AuthorAge
* Support nested variants in CopyHostToDevice and CopyDeviceToHost.Gravatar Saurabh Saxena2018-09-27
* [tf.data] Add `tf.contrib.data.Optional` support to `Structure`.Gravatar Derek Murray2018-09-23
* [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
* Add GPUOptions::num_dev_to_dev_copy_streams to allow creation ofGravatar A. Unique TensorFlower2018-06-28
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Remove nonfunctional and accidentally pessimizing value category casts.Gravatar A. Unique TensorFlower2017-11-20
* Support non-scalar variant device copy.Gravatar Eugene Brevdo2017-11-13
* Internal Variant API allowing registering Variants to be copied from/to GPU.Gravatar Eugene Brevdo2017-10-03
* Fix some ClangTidy warnings in third_party/tensorflow/core/common_runtime.Gravatar Derek Murray2017-04-21
* Add fallback path for device->device copies that copies via the host.Gravatar A. Unique TensorFlower2016-10-14
* A few micro-optimizations / cleanup in tensorflow/core.Gravatar A. Unique TensorFlower2016-10-07
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Removing initialization_done in copy_tensor.cc.Gravatar A. Unique TensorFlower2016-06-02
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Unbreak license testGravatar Geoffrey Irving2016-01-24
* Disentangle the GPU code from the CPU code. This means a few things:Gravatar Josh Levenberg2016-01-22