aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/utils.cc
Commit message (Expand)AuthorAge
* Change LOG(WARNING) to VLOG(1) in utilsGravatar Peter Ma2018-10-09
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* Merge pull request #21000 from ROCmSoftwarePlatform:upstream-staging-gpu-comm...Gravatar TensorFlower Gardener2018-09-19
|\
* | [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
| * Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
|/
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Fixed the interaction between virtual cluster and measuring cost estimator.Gravatar Benoit Steiner2018-03-27
* Automated g4 rollback of changelist 185324160Gravatar Guangda Lai2018-02-26
* Automated g4 rollback of changelist 185233116Gravatar Guangda Lai2018-02-11
* Fix grappler to use CudaGpuId instead of TfGpuId to query device states.Gravatar Guangda Lai2018-02-09
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Updated the virtual scheduler to use legal names when inserting Send/Recv nod...Gravatar Benoit Steiner2017-10-12
* Scheduler exports tensor size info to RunMetadata. In addition, tensor size h...Gravatar A. Unique TensorFlower2017-10-09
* Fixed the ExtractExtraProperties function: 1) skip control input 2) log when ...Gravatar Yuefeng Zhou2017-08-24
* Fixed BuildOpInfoWithoutDeviceGravatar Benoit Steiner2017-08-17
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Call maxcut algorithm in the model_based_cost_estimator.Gravatar Yuefeng Zhou2017-06-05
* Fix discrepancy between measured and analytical cost graph. Use tf_cuda_libra...Gravatar Yao Zhang2017-05-31
* Open sourced the cost analyzerGravatar Benoit Steiner2017-05-25
* Print out detailed node counts, shapes and costs. This is useful for a couple...Gravatar A. Unique TensorFlower2017-05-24
* Properly handle nodes that have control dependencies as input: in this case,Gravatar Benoit Steiner2017-05-19
* Add filesize as a node attribute if filename exists as its input.Gravatar Yuefeng Zhou2017-05-16
* Propagate the cluster to the grappler optimizers: this will enable the develo...Gravatar Benoit Steiner2017-05-10
* Return more complete device information from the GetDevices() method of grapp...Gravatar Benoit Steiner2017-05-05
* Use the proper units to encode frequenciesGravatar Benoit Steiner2017-05-05
* Open sourced op level cost predictionGravatar Benoit Steiner2017-05-04
* Fold the content a const op into its consumer node.Gravatar Yuefeng Zhou2017-04-14
* Set cpu family, model and frequency in the op info.Gravatar Yuefeng Zhou2017-04-01
* Started to open source Grappler. First application is the GPU layout optimizer.Gravatar Benoit Steiner2017-03-08