aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler
Commit message (Expand)AuthorAge
* Enables optimization to remove 0-iteration 'while' loops based on simple bina...Gravatar A. Unique TensorFlower2018-08-02
* Explicitly cast the types of a few variables in VLOG statements to avoid an i...Gravatar A. Unique TensorFlower2018-08-02
* Move GetDeviceStates() and GetNodeState() functions from protected to public,...Gravatar A. Unique TensorFlower2018-08-01
* Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* Convert exp(x)-1 into expm1(x).Gravatar A. Unique TensorFlower2018-07-31
* Use configured executor type in direct_session. Adds executor_type to config ...Gravatar A. Unique TensorFlower2018-07-30
* [tf.data] Adding optimization for fusing consecutive `map(...)` transformations.Gravatar Piotr Padlewski2018-07-25
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* Added QuantizedMatMul to OpLevelCostEstimator.Gravatar A. Unique TensorFlower2018-07-24
* Tabularized the VLOGs printing per-op execution times to make it easier to se...Gravatar A. Unique TensorFlower2018-07-24
* Update Grappler to use existing functions for retrieving a node'sGravatar A. Unique TensorFlower2018-07-20
* Add function to set inter-op thread pool size in cluster after initialization...Gravatar A. Unique TensorFlower2018-07-18
* [tf.data] remove unnecessary build dependencies in grappler/optimizers/dataGravatar Rachel Lim2018-07-18
* [tf.data] Add support for handling function library definition optimizations.Gravatar Jiri Simsa2018-07-11
* Function shape inference for Grappler.Gravatar A. Unique TensorFlower2018-07-10
* Automated rollback of commit 6874e1ef40c4189d96c105227f60b507953f95d3Gravatar A. Unique TensorFlower2018-07-09
* Rename TakeAllElimination to NoOpElimination and also remove skip(0) and repe...Gravatar Piotr Padlewski2018-07-03
* Generalize assumptions in IdentifyLoops and StronglyConnectedComponents.Gravatar A. Unique TensorFlower2018-07-02
* Grappler/Arithmetic optimizer: Check that node was not already optimized by U...Gravatar Eugene Zhulenev2018-07-02
* This simple pass optimizes TakeDataset operations that take all the elements ...Gravatar Piotr Padlewski2018-07-02
* UnaryOpsComposition arithmetic optimizer.Gravatar Eugene Zhulenev2018-06-29
* removing unnecessary test fixturesGravatar Jiri Simsa2018-06-29
* Convert exp(x-1) into expm1(x).Gravatar A. Unique TensorFlower2018-06-28
* Internal-only change.Gravatar A. Unique TensorFlower2018-06-27
* Change ScopedAllocatorOptimizer() constructor to also take theGravatar A. Unique TensorFlower2018-06-27
* Second try of cl/201217989.Gravatar A. Unique TensorFlower2018-06-25
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* Support filter format for FusedConv2DBiasActivation.Gravatar Yao Zhang2018-06-20
* Automated g4 rollback of changelist 201217989Gravatar A. Unique TensorFlower2018-06-19
* fix a bug about converting Log1p - we are checking the x tensor (not the cons...Gravatar A. Unique TensorFlower2018-06-19
* Automated g4 rollback of changelist 201190626Gravatar A. Unique TensorFlower2018-06-19
* Automated g4 rollback of changelist 201069367Gravatar Jingyue Wu2018-06-19
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Fix bug in RemoveIdempotent optimizer stage.Gravatar A. Unique TensorFlower2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Optimize max/min reductions over monotonic functionsGravatar A. Unique TensorFlower2018-06-16
* Faster TopoQueue in graph_properties.Gravatar Max Galkin2018-06-15
* Set shapes and types to queue ops, if not set by enqueue ops.Gravatar A. Unique TensorFlower2018-06-15
* Fix segfault in ConstantFolding::MaterializeShapes when the first input to Te...Gravatar A. Unique TensorFlower2018-06-15
* Add DeviceSet to SingleMachine, so we can use the OptimizeGraph() tool to callGravatar Guangda Lai2018-06-15
* Fix a bug in dependency optimizer: Repeated inputs would not get converted to...Gravatar A. Unique TensorFlower2018-06-15
* Small refactoring of code to check device crossing in dependency optimizer.Gravatar A. Unique TensorFlower2018-06-14
* Convert log(x+1) to log1p(x).Gravatar A. Unique TensorFlower2018-06-14
* Disable removing pairs of transposes across chains, while debugging breakage ...Gravatar A. Unique TensorFlower2018-06-14
* CostGraphDef has been modified to keep track of the accuracy of the cost esti...Gravatar A. Unique TensorFlower2018-06-11
* [tf.data] Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `...Gravatar Jiri Simsa2018-06-08
* Replace cout with VLOG(2).Gravatar A. Unique TensorFlower2018-06-08
* [tf.data] Adding optimization for rewriting `shuffle(...).repeat(...)` to `sh...Gravatar Jiri Simsa2018-06-08