aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/constant_folding_test.cc
Commit message (Expand)AuthorAge
* Automated g4 rollback of changelist 201661874Gravatar A. Unique TensorFlower2018-06-22
* Support ZerosLike and OnesLike ops in constant_folding.ccGravatar A. Unique TensorFlower2018-06-22
* Move NullFileSystem to its own file.Gravatar A. Unique TensorFlower2018-03-25
* [TF:XLA] Making constant folding deterministic.Gravatar Yunxing Dai2018-02-05
* Revert PlaceholderWithDefault logic in constant_folding.cc.Gravatar Skye Wanderman-Milne2018-01-10
* Don't treat PlaceholderWithDefaults as constants.Gravatar Skye Wanderman-Milne2018-01-08
* Added max_folded_constant_in_bytes field in OptimizationConfig. This optionGravatar A. Unique TensorFlower2017-10-26
* Fix non-deterministic bug in constant folding. The shape_map was a map from N...Gravatar A. Unique TensorFlower2017-09-07
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Add a mechanism for ControlFlowContexts to notify outer contexts of nodes add...Gravatar Peter Hawkins2017-05-10
* [TF:XLA] Improve constant folding. Supply a null partition_device so the cons...Gravatar Peter Hawkins2017-04-28
* Clean up constant-folder API. No functional changes.Gravatar Peter Hawkins2017-04-27
* Change Tensorflow constant_folding_test.cc to use the C++ graph building API ...Gravatar Peter Hawkins2017-04-27
* Don't try to constant-fold operators that do not have a CPU kernel.Gravatar Peter Hawkins2017-01-31
* Create Graph Transform Tool for rewriting model files.Gravatar Pete Warden2016-12-21
* Removed a test that was checking bfloat16 constants were not folded in GPU.Gravatar Manjunath Kudlur2016-10-07
* Using Session's environment in optimization functionsGravatar A. Unique TensorFlower2016-08-11
* Fix issue where the wrong version of the function library was used after part...Gravatar A. Unique TensorFlower2016-08-02
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Do not replace a constant while constant folding.Gravatar Manjunath Kudlur2016-04-25
* Do not add large constants (> 10M) to the graph while constant folding.Gravatar Manjunath Kudlur2016-04-15
* Making sure there is a kernel implementation for the constant on the deviceGravatar Manjunath Kudlur2016-04-05
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* TensorFlow: fix a bunch of remaining warnings (CPU / linux)Gravatar Vijay Vasudevan2016-02-16
* TensorFlow: fix EXPECT_OK and ASSERT_OK macros.Gravatar Vijay Vasudevan2016-02-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-28
* Fixed constant folding to handle nodes with multiple outputs.Gravatar Manjunath Kudlur2016-01-27
* Fixed constant folding to handle nodes with multiple outputs.Gravatar A. Unique TensorFlower2016-01-27
* Fixed constant folding to handle nodes with multiple outputs.Gravatar Manjunath Kudlur2016-01-27
* TensorFlow: ASSERT_OK and EXPECT_OK are also defined in other projectsGravatar Vijay Vasudevan2016-01-27
* Added constant folding optimization pass.Gravatar Manjunath Kudlur2016-01-25