aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/constant_folding.cc
Commit message (Expand)AuthorAge
* Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
* Roll forward change "Skip control flow functionalization if there is no Switc...Gravatar Tong Shen2018-10-04
* Enable constant folding for device memory tensors.Gravatar Tong Shen2018-09-26
* Do not assume Node.in_edges() is sorted by dst_input.Gravatar Tong Shen2018-09-24
* Also set FTZ/rounding modes in ConstantFold()Gravatar Benjamin Kramer2018-08-23
* 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
* [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
* Add the option of including Shape, ShapeN, Size and Rank in the standard Tens...Gravatar A. Unique TensorFlower2017-07-31
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [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
* Fix some ClangTidy warnings in third_party/tensorflow/core/common_runtime.Gravatar Derek Murray2017-04-21
* Makes GraphRunner a class to explicitly control it's lifetime.Gravatar Vinu Rajashekhar2017-03-31
* 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
* Remove redundant typedef of NodeAndOutput.Gravatar Derek Murray2016-09-17
* Cleanup and consolidation: Add a GraphRunner::Run function runs aGravatar Vijay Vasudevan2016-09-15
* Made sure that the node created during constant folding are assigned to theGravatar Benoit Steiner2016-09-14
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Plumb the per-step resource manager through to the executor used when executi...Gravatar A. Unique TensorFlower2016-08-18
* Using Session's environment in optimization functionsGravatar A. Unique TensorFlower2016-08-11
* Change DeviceFactory functions that create devices to propagateGravatar Vijay Vasudevan2016-08-08
* Ensure the FunctionLibraryRuntime passed to the constant-folding executor is ...Gravatar A. Unique TensorFlower2016-08-05
* Fix issue where the wrong version of the function library was used after part...Gravatar A. Unique TensorFlower2016-08-02
* A series of changes to significantly reduce the number of allocationsGravatar A. Unique TensorFlower2016-06-27
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fix data race in constant folding.Gravatar Manjunath Kudlur2016-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
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Making sure there is a kernel implementation for the constant on the deviceGravatar Manjunath Kudlur2016-04-05
* Avoid HostMemory constraint violation when doing constant folding.Gravatar Manjunath Kudlur2016-04-04
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* Change the order of notification before returning.Gravatar Xiaoqiang Zheng2016-03-24
* Add optional comprehensive logging of memory allocation/deallocation events. ...Gravatar A. Unique TensorFlower2016-03-01
* Add a step_id field to the OpKernelContext indicating which stepGravatar A. Unique TensorFlower2016-02-25
* Fix for constant folding where nodes with no inputs doesn't get constant folded.Gravatar A. Unique TensorFlower2016-02-25
* Make ReplaceTensorWithConstant function public.Gravatar A. Unique TensorFlower2016-02-18
* Add assert_same_float_dtype.Gravatar A. Unique TensorFlower2016-02-02
* Minor formatting fixes.Gravatar Vijay Vasudevan2016-02-02
* 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
* Change GraphDef versions to use version, min_consumer, min_producerGravatar Geoffrey Irving2016-01-26
* TensorFlow: fix more int -> size_t warningsGravatar Vijay Vasudevan2016-01-26