aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/BUILD
Commit message (Expand)AuthorAge
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* Add allowed optimizations to GrapplerItem.Gravatar Eugene Zhulenev2018-10-01
* Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
* Fix bug in Pow optimizer rule when broadcasting is involved.Gravatar A. Unique TensorFlower2018-09-20
* Update the grappler plugin to support the @defun generated function and ops.Gravatar Scott Zhu2018-09-18
* Add experimental grappler plugin to selection function implementation at run ...Gravatar Scott Zhu2018-09-10
* Merge multiple concat into one.Gravatar A. Unique TensorFlower2018-08-31
* Automated rollback of commit 7805e23c8416fe4ccccb48c37199a5631bee6d51Gravatar Guangda Lai2018-08-31
* Support shape [1 C 1 1] for associative operator optimization with Conv2DGravatar A. Unique TensorFlower2018-08-24
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* Internal-only change.Gravatar A. Unique TensorFlower2018-06-28
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Disable removing pairs of transposes across chains, while debugging breakage ...Gravatar A. Unique TensorFlower2018-06-14
* Disable scoped_allocator_test in msanGravatar Gunhan Gulsoy2018-06-06
* Add a dependency optimization that eliminates multiple cross-device control e...Gravatar Peter Hawkins2018-06-01
* Add ScopedAllocatorOptimizer in support of CollectiveReduce.Gravatar A. Unique TensorFlower2018-05-25
* Simplify the remapper code and added support for non scalar mean, variance, s...Gravatar Benoit Steiner2018-05-23
* Optimize multiplications by constants in more cases.Gravatar Benoit Steiner2018-05-21
* Optimize batch normalization when possibleGravatar Benoit Steiner2018-05-15
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Started work on a shape optimizerGravatar Benoit Steiner2018-05-10
* Identify and prune nodes that can never be executedGravatar Benoit Steiner2018-05-04
* Optimize functions in the function library.Gravatar A. Unique TensorFlower2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Automated g4 rollback of changelist 193605910Gravatar A. Unique TensorFlower2018-04-20
* Updating Generate Random Tensor to generate tensors whose values are small an...Gravatar A. Unique TensorFlower2018-04-20
* Optimize Graph function library.Gravatar A. Unique TensorFlower2018-04-19
* Run EvaluateNodes for ModelPruner test except for NoPruning.Gravatar A. Unique TensorFlower2018-04-19
* Create specialized functions in optimized graph for each function instantiati...Gravatar A. Unique TensorFlower2018-04-18
* disabling test that fails tensorflow.asanGravatar Olivia Nordquist2018-04-16
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Improve layout optimizer tests -- Evaluate nodes before and after optimizatio...Gravatar A. Unique TensorFlower2018-04-13
* Run EvaluateNodes for ModelPrunerTest_StopGradientPruning. Also updated the t...Gravatar A. Unique TensorFlower2018-04-10
* Place data format op on host if input tensor is in host memory.Gravatar Yao Zhang2018-04-06
* Add a helper function to re-assign colocation in a graph.Gravatar A. Unique TensorFlower2018-04-04
* run evaluate nodes on parts of arithmetic optimizer tests.Gravatar A. Unique TensorFlower2018-04-04
* Rewrite Add/AddN subgraph, minimizing number of required broadcasts.Gravatar A. Unique TensorFlower2018-04-02
* Update test for DebugStripper to construct graph in scope.Gravatar A. Unique TensorFlower2018-03-30
* Move the swapping kernels to the all_kernels library to avoid registering themGravatar Benoit Steiner2018-03-28
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Implement strip assert in DebugStripper.Gravatar A. Unique TensorFlower2018-03-27
* Add skeleton code for DebugStripper.Gravatar A. Unique TensorFlower2018-03-25
* add EvaluateNodes to OpDedupping test.Gravatar A. Unique TensorFlower2018-03-25
* Only run GPU version of memory_optimizer_test.Gravatar A. Unique TensorFlower2018-03-25
* Disable the test tensorflow/core/grappler/optimizers:memory_optimizer_test fo...Gravatar A. Unique TensorFlower2018-03-22
* Run the grappler optimizer tests both on GPU and CPUGravatar Benoit Steiner2018-03-22