aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels
Commit message (Expand)AuthorAge
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* Add RaggedTensors to tf.core. Moving the RaggedGather op kernel.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Register int64 SUM GPU kernel.Gravatar James Qin2018-10-08
* Fix the seeding for `Dataset.shuffle(..., reshuffle_each_iteration=False)`.Gravatar Derek Murray2018-10-08
* Automated rollback of commit 13b47e6c4f9d7b295948b1057139bf676e394b6fGravatar Derek Murray2018-10-08
* Automated rollback of commit 09b0fc199129e0f487a39741bdf674cf09035cbcGravatar Derek Murray2018-10-08
* [tf.data] Choose non-deterministic seed once per Python-level `Dataset` object.Gravatar Derek Murray2018-10-08
* Automated rollback of commit 295b3c80555cc82d8d70faf96a47681e1d904b9cGravatar Derek Murray2018-10-08
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-08
* | Fix compilation in unique_op when Eigen::Index != int64.Gravatar A. Unique TensorFlower2018-10-08
* | Merge pull request #22386 from girving:statelessGravatar TensorFlower Gardener2018-10-05
|\ \
| * | Expand stateless random generators to match their stateful cousinsGravatar Geoffrey Irving2018-10-05
* | | Automated rollback of commit ae0bc6f006497cc04a2ee75166d4ec71c7154fd8Gravatar Jiri Simsa2018-10-05
* | | [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-05
* | | Error out when PartitionedCall is created with the wrong number of arguments.Gravatar Alexandre Passos2018-10-04
* | | [tf.data] Add a notion of `captured args` to MapDefunGravatar Rachel Lim2018-10-04
* | | Remove obsolete TODO.Gravatar Paul Donnelly2018-10-04
* | | Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* | | [tf.data] Fix C++ shape inference for `Dataset.concatenate()`.Gravatar Derek Murray2018-10-04
* | | Gracefully disallow updating resource variables with invalid shapes.Gravatar Asim Shankar2018-10-04
|/ /
* | [tf.data] Fix bug in `tf.data.experimental.unbatch()`.Gravatar Derek Murray2018-10-03
* | [data-stats] Sets user given `tag` and `counter_prefix` with `set_stats_aggre...Gravatar Shivani Agrawal2018-10-03
* | Automated rollback of commit c9bdd3938e2b43334a0065b4c198ec9d491c8cb8Gravatar Derek Murray2018-10-03
* | [tf.data] Switch background threads to use `BackgroundWorker`.Gravatar Derek Murray2018-10-03
* | [tf.data] Adding `tf.data.Options()`, `tf.data.Dataset.options()`, and `tf.da...Gravatar Jiri Simsa2018-10-01
* | [tf.data] More robust solution for input pipeline <--> performance model coor...Gravatar Jiri Simsa2018-10-01
* | Fixes possible out-of-bounds access by strided slice.Gravatar Alexandre Passos2018-10-01
* | Automated rollback of commit 6a787235b95dd3040fc5ff7fb7104585e746c66aGravatar Christopher Olston2018-10-01
* | Merge pull request #22571 from Intel-tensorflow:agramesh/fix_mkl_sliceGravatar TensorFlower Gardener2018-09-30
|\ \
* | | [TF] Fix incorrect type constraint on _VarHandlesOp kernel on GPU. The kernel...Gravatar Peter Hawkins2018-09-28
* | | [tf.data] Use `std::make_shared` as appropriate in `ParallelMapIterator`.Gravatar Derek Murray2018-09-28
* | | Copy shape into CollectiveParams only once per CollectiveReduce kernel.Gravatar Ayush Dubey2018-09-28
* | | Internal change.Gravatar A. Unique TensorFlower2018-09-28
* | | Merge pull request #22324 from Intel-tensorflow:fix_typo_envGravatar TensorFlower Gardener2018-09-28
|\ \ \
* | | | [tf.data] Referencing an internal issue.Gravatar Jiri Simsa2018-09-28
* | | | [tf.data] Throws appropriate error while trying to checkpoint input pipeline ...Gravatar Shivani Agrawal2018-09-28
* | | | Roll-forward of CL 214320700: Split up SPARSE_DEPS, adding each individual de...Gravatar A. Unique TensorFlower2018-09-28
* | | | [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
* | | | Fixing a couple of small bugs with the multi device iterator having to dealGravatar Rohan Jain2018-09-28
* | | | [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a (fi...Gravatar Jiri Simsa2018-09-27
* | | | Merge pull request #22286 from Intel-tensorflow:nhasabni/unit-test-fixesGravatar TensorFlower Gardener2018-09-27
|\ \ \ \
* | | | | Dynamic subdivisions in collective ring reduce.Gravatar Ayush Dubey2018-09-27
| | | * | Merge branch 'master' into agramesh/fix_mkl_sliceGravatar AG Ramesh2018-09-27
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* | | | | Merge pull request #22076 from Intel-tensorflow:feature/daoxin/sliceGravatar TensorFlower Gardener2018-09-26
|\ \ \ \ \
* | | | | | Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* | | | | | Extract Conv2D dimensions parsing and validation into helper functions.Gravatar Eugene Zhulenev2018-09-26