aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
Commit message (Expand)AuthorAge
* Allow the executor type for a function to be specified as an attr on a function.Gravatar Derek Murray2018-10-10
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* [data-stats] Sets user given `tag` and `counter_prefix` with `set_stats_aggre...Gravatar Shivani Agrawal2018-10-03
* [tf.data] More robust solution for input pipeline <--> performance model coor...Gravatar Jiri Simsa2018-10-01
* Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
* Add documentation of the ownership semantics to {Lookup,Create,LookupOrCreate...Gravatar Derek Murray2018-09-28
* Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
* Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
* Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-27
* Merge pull request #22076 from Intel-tensorflow:feature/daoxin/sliceGravatar TensorFlower Gardener2018-09-26
|\
* | [TF] Add new internal ops _VarHandlesOp and _ReadVariablesOp.Gravatar Peter Hawkins2018-09-26
* | Hoisting RandomUniform out of functionsGravatar Piotr Padlewski2018-09-26
* | Allow subslicing Tensors with a single dimension.Gravatar A. Unique TensorFlower2018-09-25
* | Add functionality to SubSlice a tensor.Gravatar A. Unique TensorFlower2018-09-24
* | Fix typo.Gravatar A. Unique TensorFlower2018-09-21
| * Fix clang-format styles.Gravatar Pan Daoxin2018-09-21
| * More changes.Gravatar Pan Daoxin2018-09-21
* | [tf.data] Moving auto-tuning optimizations into a background thread, refactor...Gravatar Jiri Simsa2018-09-20
* | [tf.data] Some vectorization cleanupGravatar Rachel Lim2018-09-20
* | Internal change.Gravatar A. Unique TensorFlower2018-09-20
* | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
| * Move location of Slice shape function.Gravatar Pan Daoxin2018-09-19
* | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-18
* | Automated rollback of commit 185aa89912376d4088c22615908696cd30f9951bGravatar A. Unique TensorFlower2018-09-17
* | [tf.data] Fixing an error in the optimization loop.Gravatar Jiri Simsa2018-09-17
* | Eliminate VisitableAllocator.Gravatar A. Unique TensorFlower2018-09-17
* | Changing `OpInputList` so that it is a forward iterator and taking advantage ...Gravatar Jiri Simsa2018-09-17
* | Fix GraphConstructor and import_graph_def bug with variadic ops.Gravatar Skye Wanderman-Milne2018-09-17
* | [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the `n...Gravatar Jiri Simsa2018-09-17
* | [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* | Mark the ResourceHandleOp as inexpensive.Gravatar Derek Murray2018-09-12
* | Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* | Change HandleFromInput() to return a `const ResourceHandle&` and avoid copyin...Gravatar Derek Murray2018-09-12
* | [tf.data] Mechanism for collecting processing time information and modeling p...Gravatar Jiri Simsa2018-09-11
* | [TF] Variant improvements.Gravatar Eugene Brevdo2018-09-11
* | Add experimental grappler plugin to selection function implementation at run ...Gravatar Scott Zhu2018-09-10
* | Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* | Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* | Fixed small nits in WhitelistedStatefulOpRegistryGravatar Piotr Padlewski2018-09-07
* | [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
|/
* [tf.data] Avoiding serialization of (potentially large) tensors during optimi...Gravatar Jiri Simsa2018-08-31
* Add lowering pass for functional While op.Gravatar Saurabh Saxena2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [tf.data] Enable optimizations for input pipelines with stateful functions.Gravatar Jiri Simsa2018-08-28
* Refactor collectives to colocate implementation-specific code.Gravatar Ayush Dubey2018-08-27