aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels
Commit message (Expand)AuthorAge
* Rollback of GPU kernel implementation of transpose for tensors with one small...Gravatar Yangzihao Wang2017-07-26
* Build fix for Android nightly buildGravatar A. Unique TensorFlower2017-07-26
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* Implemented MemoryUsed function for hash tables.Gravatar Yuefeng Zhou2017-07-25
* Add new CompareAndBitpackOp.Gravatar Eugene Brevdo2017-07-25
* Add PopulationCount op (popcnt): element-wise counts the number of "on" bits.Gravatar Eugene Brevdo2017-07-25
* Modify dependency structure of transform_utils to allow use within Grappler.Gravatar Suharsh Sivakumar2017-07-24
* tfdbg: remove gen_debug_opsGravatar Shanqing Cai2017-07-24
* bitwise xor op now uses vectorised xor on CPU.Gravatar Eugene Brevdo2017-07-24
* Let GetBlasGemmAlgorithms() always return true.Gravatar Yangzihao Wang2017-07-21
* Tidy up opensouce mkl build.Gravatar Gunhan Gulsoy2017-07-21
* Add fused_conv2d_bias_activation operator for the forward phase.Gravatar Yangzihao Wang2017-07-20
* Minor cleanupGravatar A. Unique TensorFlower2017-07-19
* Allow kernel op tests to add resource inputsGravatar A. Unique TensorFlower2017-07-19
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* PiperOrigin-RevId: 162539241Gravatar A. Unique TensorFlower2017-07-19
* Automated g4 rollback of changelist 160314706Gravatar Yangzihao Wang2017-07-19
* Automated g4 rollback of changelist 162423171Gravatar A. Unique TensorFlower2017-07-18
* Introduces fuzzers for some complex operations and kernels in TensorFlow in p...Gravatar Frank Chen2017-07-18
* Add autotuning code for matmul operator.Gravatar Yangzihao Wang2017-07-18
* Add a way to fuse a graph by remote graph executor so that users don't need t...Gravatar A. Unique TensorFlower2017-07-18
* [tf.contrib.data] Improve error checking for feedable iterators.Gravatar Derek Murray2017-07-18
* Fix metagemm calls in quantized ops. Only use metagemm multiplication forGravatar A. Unique TensorFlower2017-07-18
* GPU registration for resource scatter addGravatar Alexandre Passos2017-07-17
* Add support for cublas<t>geam to cuda_solvers kernel helpers.Gravatar Eugene Brevdo2017-07-17
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* Fix race in record_yielder.Gravatar A. Unique TensorFlower2017-07-14
* Fix vector/scalar typos in sequence example parser error messages. Old code ...Gravatar A. Unique TensorFlower2017-07-14
* Add GPU kernel registrations for int64 tf.concat, tf.stackGravatar A. Unique TensorFlower2017-07-14
* Adds gzip support to TextLineDataset.Gravatar A. Unique TensorFlower2017-07-13
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Automated g4 rollback of changelist 161781962Gravatar Eugene Brevdo2017-07-13
* Make tf.write_file recursively create the directory it is saving to.Gravatar A. Unique TensorFlower2017-07-13
* Automated g4 rollback of changelist 161726749Gravatar A. Unique TensorFlower2017-07-13
* Allow HashTableOP to map int64 to float.Gravatar A. Unique TensorFlower2017-07-12
* Factor out DenseUpdate ops into dense_update_functor build dep.Gravatar Eugene Brevdo2017-07-12
* Add a mechanism for switching between multiple iterators by feeding a handle.Gravatar Derek Murray2017-07-12
* Add scratch allocator option for 1D, 2D, 3D, and batched cufft plan creation.Gravatar Yangzihao Wang2017-07-11
* fix #11372, #11396Gravatar A. Unique TensorFlower2017-07-11
* Add an axis parameter to tf.gather. Fixes GitHub issue #11223.Gravatar RJ Ryan2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Fix output type of IOUGreaterThanThreshold to be bool.Gravatar A. Unique TensorFlower2017-07-10
* Update deprecated ByteSize to ByteSizeLongGravatar A. Unique TensorFlower2017-07-10
* Add new transformation `tf.contrib.data.Dataset.interleave()`.Gravatar Derek Murray2017-07-07
* More WhereOp/TopK GPU bugfixes: use the direct cuda stream for CUB GPU kernel.Gravatar Eugene Brevdo2017-07-07
* [tf.contrib.data] Add `ConcatenateDataset` to concatenate two datasets.Gravatar A. Unique TensorFlower2017-07-07
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* Add complex tensors support to `matrix_determinant`.Gravatar A. Unique TensorFlower2017-07-06
* Get TopK op working on GPU again. Extend using cub's radix sort.Gravatar Eugene Brevdo2017-07-06