aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/utils
Commit message (Expand)AuthorAge
* Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
* 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
* Correct argument name in declaration of StronglyConnectedComponentsGravatar James Keeling2018-09-12
* Move GrapplerFunctionItem arguments.Gravatar Piotr Padlewski2018-09-04
* Add graphdef version number to GrapplerFunctionItem.Gravatar Doe Hyun Yoon2018-08-23
* Preserve function description through Grappler optimizations.Gravatar Jiri Simsa2018-08-09
* Adds a function to sort a graph in reverse topological order.Gravatar A. Unique TensorFlower2018-08-03
* Allow Capital letters in function output name in ExpandFunctionDefInput inGravatar A. Unique TensorFlower2018-08-02
* Generalize assumptions in IdentifyLoops and StronglyConnectedComponents.Gravatar A. Unique TensorFlower2018-07-02
* Use the right attributes when creating placeholder nodes.Gravatar Benoit Steiner2018-05-22
* Remove unused inclusionsGravatar A. Unique TensorFlower2018-05-16
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Resolve inlined function input/output types from GrapplerFunctionItem.Gravatar A. Unique TensorFlower2018-05-14
* Specialize functions only once per unique context.Gravatar A. Unique TensorFlower2018-05-07
* Simplified shape inference.Gravatar Benoit Steiner2018-05-01
* Replace GrapplerFunctionItem input with a constant.Gravatar A. Unique TensorFlower2018-04-27
* Format header guards under tensorflow/core/grappler.Gravatar A. Unique TensorFlower2018-04-26
* Remove unused function from FunctionDefLibrary.Gravatar A. Unique TensorFlower2018-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
* Create specialized functions in optimized graph for each function instantiati...Gravatar A. Unique TensorFlower2018-04-18
* Convert GrapplerFunctionItem to (Specialized)FunctionDef.Gravatar A. Unique TensorFlower2018-04-12
* Added a utility to compute a topo ordering of a graphGravatar Benoit Steiner2018-04-12
* Import FunctionDef as GrapplerFunctionItemGravatar A. Unique TensorFlower2018-04-11
* 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Updating tests in constant_folding_test.cc so that it evaluates the optimized...Gravatar A. Unique TensorFlower2018-03-28
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* Add skeleton code for DebugStripper.Gravatar A. Unique TensorFlower2018-03-25
* Disable all the automatic optimizations when testing, to ensure that we canGravatar Benoit Steiner2018-03-22
* Enable constant folding optimizations in loop bodies by copying constants acr...Gravatar A. Unique TensorFlower2018-03-15
* Move optimizations to arithmetic optimizer stagesGravatar A. Unique TensorFlower2018-03-09
* Properly handle the case of functions with no inputsGravatar Benoit Steiner2018-03-02
* Take into account the return value mapping of functionsGravatar Benoit Steiner2018-03-02
* Register the function optimizer in the meta optimizer. Made sure it's turned ...Gravatar Benoit Steiner2018-02-27
* Function optimization: added an optimizer to automatically inline functions i...Gravatar Benoit Steiner2018-02-27
* Use optimized ops to handle GPU memory swapping: this avoids the need for 2Gravatar Benoit Steiner2018-02-26
* Change node to Identity operation for shuffle/reverse operations on scalar va...Gravatar A. Unique TensorFlower2018-02-21
* Serialize the evaluation of the AssignAdd nodes to make the result moreGravatar Benoit Steiner2018-02-05
* Added a utility to traverse the graph in reverse DFS order, identifying loopsGravatar Benoit Steiner2018-02-01
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Implement faster and less memory hungry version of topological sort that is i...Gravatar A. Unique TensorFlower2017-12-05
* Make TopologicalSort return an error status if the sorting fails.Gravatar A. Unique TensorFlower2017-12-01
* * Add optimization to hoist a common factor out of sums of products involving...Gravatar A. Unique TensorFlower2017-11-02
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Handle duplicated inputs in topological sort. And do not add the redundant co...Gravatar Yao Zhang2017-08-30