aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/concat_lib_cpu.cc
Commit message (Expand)AuthorAge
* TF_CALL_ALL_TYPES should include variantGravatar Alexandre Passos2018-02-02
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Adding variant-based serialization and deserialization for sparse tensors.Gravatar Jiri Simsa2017-12-05
* Also register string types if __ANDROID_TYPES_FULL__ is definedGravatar A. Unique TensorFlower2017-11-10
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add support for SavedModel on Android.Gravatar A. Unique TensorFlower2017-03-27
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Enable inplace update ops for strings on CPU. Speed up string concat.Gravatar A. Unique TensorFlower2017-01-23
* Registers kernels for resources on slice / stack.Gravatar A. Unique TensorFlower2016-12-21
* Registers resource handles by default for most kernels.Gravatar A. Unique TensorFlower2016-12-12
* Change quantized concat to use the same core function as the concat kernel inGravatar A. Unique TensorFlower2016-06-28
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Remove heuristic caps on parallelism that should now be handled by cost model.Gravatar A. Unique TensorFlower2016-05-24
* Register 16 bit version of concat on CPUGravatar A. Unique TensorFlower2016-05-04
* tensorflow: refine concat costGravatar A. Unique TensorFlower2016-04-25
* Fixing additional silent int64->32 conversion errors/warnings.Gravatar David G. Andersen2016-04-18
* Fix int-overflow errors in concat cpu kernel.Gravatar Josh Levenberg2016-04-07
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24