aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler
Commit message (Expand)AuthorAge
...
* | Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* | [tf.data] Use vectorization_utils::VectorizeMapDefun in MapVectorization opti...Gravatar Rachel Lim2018-09-20
| * Fix typo error in grapper remapper optimizer.Gravatar Cheng CHEN2018-09-20
|/
* Remove LOG(INFO) in MetaOptimizer:Optimize as this currently produces a large...Gravatar A. Unique TensorFlower2018-09-19
* [tf.data] MapVectorization optimization: C++ conversion framework to vectoriz...Gravatar Rachel Lim2018-09-19
* Merge pull request #21000 from ROCmSoftwarePlatform:upstream-staging-gpu-comm...Gravatar TensorFlower Gardener2018-09-19
|\
* | Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* | Clean up remove_negation pass in Grappler.Gravatar A. Unique TensorFlower2018-09-18
* | [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* | [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* | Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* | Improve static shape inference in grappler by propagating tensors_as_shapes b...Gravatar Doe Hyun Yoon2018-09-12
* | Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
* | Add a printout at the start of MetaOptimizer::Optimize() to make it easier t...Gravatar A. Unique TensorFlower2018-09-11
* | Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* | Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* | Add experimental grappler plugin to selection function implementation at run ...Gravatar Scott Zhu2018-09-10
* | Re-enable identity transpose removal across chains optimization in Grappler.Gravatar A. Unique TensorFlower2018-09-07
* | Set meta_optimizer to use custom graph optimizers for both toggling optimizer...Gravatar A. Unique TensorFlower2018-09-06
* | Replace Placeholder with Const to GrapplerFunctionItem for function shape inf...Gravatar Doe Hyun Yoon2018-09-06
* | libc++ fix: make comparison functors constGravatar A. Unique TensorFlower2018-09-05
* | Move GrapplerFunctionItem arguments.Gravatar Piotr Padlewski2018-09-04
* | Extend hoisting monotonic functions out of min/max reductions to all monotoni...Gravatar A. Unique TensorFlower2018-09-04
* | Rollforward of rollback:Gravatar A. Unique TensorFlower2018-09-02
* | Automated rollback of commit 9e2ce8f4c483e68309a60dc89739bb1b79b4a12eGravatar A. Unique TensorFlower2018-09-01
* | Re-enable hoisting of coeff-wise unary chains out of Split and into Concat.Gravatar A. Unique TensorFlower2018-08-31
* | Merge multiple concat into one.Gravatar A. Unique TensorFlower2018-08-31
* | Automated rollback of commit 7805e23c8416fe4ccccb48c37199a5631bee6d51Gravatar Guangda Lai2018-08-31
| * Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
|/
* Fix bug in hoisting monotonic functions out of reductions: Do not change the ...Gravatar A. Unique TensorFlower2018-08-30
* Add shape and remapping optimization to the disabled optimizerGravatar Yao Zhang2018-08-28
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* Open source graph analyzer.Gravatar Yao Zhang2018-08-27
* [tf.data] removing test for obsolete functionalityGravatar Jiri Simsa2018-08-27
* [tf.data] Minor cleanup.Gravatar Jiri Simsa2018-08-27
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Filter fusionGravatar Piotr Padlewski2018-08-24
* Support shape [1 C 1 1] for associative operator optimization with Conv2DGravatar A. Unique TensorFlower2018-08-24
* Merge pull request #20239 from pengwa:mem-fraction-on-masterGravatar TensorFlower Gardener2018-08-24
|\
* | Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* | Sorted the per-device summary printout with device names to improve readability.Gravatar A. Unique TensorFlower2018-08-23
* | Add graphdef version number to GrapplerFunctionItem.Gravatar Doe Hyun Yoon2018-08-23
* | Also set FTZ/rounding modes in ConstantFold()Gravatar Benjamin Kramer2018-08-23
| * set memory_size for virtual_cluster, to make user specified per_process_gpu_m...Gravatar pengwa2018-08-23
|/
* [tf.data] Cosmetic changes to tf.data optimizers:Gravatar Rachel Lim2018-08-22
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* [tf.data] Add an optimization that vectorizes map functions and swaps the ord...Gravatar Rachel Lim2018-08-21
* Small fix to MaybeGetMinimumShape() in op_level_cost_estimator.Gravatar Doe Hyun Yoon2018-08-15
* Add two counters in Costs Struct for number of ops processed/predicted in tot...Gravatar Peter Ma2018-08-10