aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/constant_op.cc
Commit message (Expand)AuthorAge
* Fix zeros_like for TensorLists.Gravatar Saurabh Saxena2018-08-16
* Automated rollback of commit a00fba38681fa28d6d20cd730fe362864b819a0dGravatar Gunhan Gulsoy2018-08-14
* Automated rollback of commit cea262e16a004d73295259c42f21e2655da3df13Gravatar Gunhan Gulsoy2018-08-14
* Move HostConstantOp kernels from testlib to core/kernels.Gravatar Gunhan Gulsoy2018-08-14
* In constant_op.cc get the CPU RAM allocator through the OpKernelContextGravatar A. Unique TensorFlower2018-06-28
* Adds complex64/128 Fill kernel registrations for GPU.Gravatar Brian Patton2018-04-09
* Make sure rounding and handling of denormals in Grappler is the same as in Te...Gravatar A. Unique TensorFlower2018-02-26
* Add qint8 to list of types supported by the GPU ConstOp.Gravatar A. Unique TensorFlower2018-02-16
* Avoid retaining two copies of each constant in `ConstantOp`.Gravatar Derek Murray2018-02-04
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 179735577Gravatar Anna R2017-12-20
* Implements the fill op for int64 indices.Gravatar Alexandre Passos2017-12-20
* add bfloat16 support to some GPU ops: concat, constant, fill, pack, reshape,Gravatar A. Unique TensorFlower2017-12-15
* More Variant cross-device support:Gravatar Eugene Brevdo2017-10-11
* Track persistent memory in constant op.Gravatar Yuefeng Zhou2017-10-09
* Register GPU bool Fill op.Gravatar Jonathan Shen2017-10-05
* Internal Variant API allowing registering Variants to be copied from/to GPU.Gravatar Eugene Brevdo2017-10-03
* Modify variant registry to have UnaryOp and BinaryOp registrations. Speed up...Gravatar Eugene Brevdo2017-09-08
* Added registry for variants for op ZerosLike.Gravatar Eugene Brevdo2017-09-01
* Add QUINT16 support to FillGravatar Ben Lee2017-08-29
* Add ability for constant_op to accept encoded Variant tensors.Gravatar Eugene Brevdo2017-08-21
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add OnesLike op and kernel.Gravatar Suharsh Sivakumar2017-03-23
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Remove workarounds that deal with spaces in macro expansions. SelectiveGravatar A. Unique TensorFlower2017-03-01
* Work around bug in some Clang versions that can lead to these macros expandedGravatar A. Unique TensorFlower2017-02-27
* Rename forward_input_to_output -> forward_input_to_output_with_same_shape to ...Gravatar A. Unique TensorFlower2017-02-23
* Allow (safe) in-place computation in TensorFlow C++ ops. When at least one in...Gravatar A. Unique TensorFlower2017-02-21
* [TF:XLA] Implement Placeholder on XLA_ devices using the common Placeholder k...Gravatar Peter Hawkins2017-02-13
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Fix linter errors left over from PRs.Gravatar Martin Wicke2016-12-15
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Registers resource handles by default for most kernels.Gravatar A. Unique TensorFlower2016-12-12
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* zeroslike/int64 on gpuGravatar A. Unique TensorFlower2016-11-10
* Fixed formatting and lint issues introduced with the last pull from OSS (cl/1...Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Registers more types for some GPU kernels:Gravatar A. Unique TensorFlower2016-10-24
* Automated rollback of change 136224169Gravatar Jianmin Chen2016-10-19
* Add PlaceholderV2 and VariableV2 ops that can properly specifyGravatar Vijay Vasudevan2016-10-19
* Automated rollback of change 136214096Gravatar Rohan Jain2016-10-14
* Register Fill with quint8.Gravatar Jianmin Chen2016-10-14
* Adding an optimized implementation of concat on GPUs. Large efficiency gainsGravatar A. Unique TensorFlower2016-10-06
* Add complex64/complex128 GPU support for the following ops:Gravatar RJ Ryan2016-09-14
* Enable complex GPU kernels for tf.matmul and tf.batch_matmul.Gravatar RJ Ryan2016-07-13
* Move explicit instantiations of SetZeroFunctor template defined in fill_funct...Gravatar A. Unique TensorFlower2016-06-28
* Register GPU kernels for placeholder to make placer happy.Gravatar Yuan Yu2016-06-03