aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/op_level_cost_estimator.h
Commit message (Expand)AuthorAge
* Add support for modeling fast memory close to the processor/gpuGravatar A. Unique TensorFlower2018-10-09
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Support filter format for FusedConv2DBiasActivation.Gravatar Yao Zhang2018-06-20
* Expose MaybeGetMinimumShape for use in cost estimators other than OpLevelCost...Gravatar A. Unique TensorFlower2018-05-11
* Add analytical cost model for FusedConv2DBiasActivation.Gravatar Rob Sloan2018-04-06
* TPU Cost Estimator has been modified to also account for the memory cost in t...Gravatar A. Unique TensorFlower2018-04-06
* Add op cost model for MaxPool, AvgPool, FusedBatchNorm, their grad ops, andGravatar A. Unique TensorFlower2018-03-28
* Further improve accuracy of op_level_cost_estimator (Gather, GatherV2, Slice).Gravatar Max Galkin2018-03-21
* Improved accuracy of op_level_cost_estimator (QuantizeV2, Dequantize, Gather).Gravatar Max Galkin2018-03-20
* Implement the logic to parse TensorProto (the tensor value for input or filte...Gravatar A. Unique TensorFlower2018-02-22
* Add op level memory usage estimation to the op_level_cost_estimatorGravatar Benoit Steiner2018-01-26
* Added a python API to estimate the performance of HW devicesGravatar Benoit Steiner2017-12-15
* Prefix inaccurate costs with "~" in VirtualScheduler verbose log.Gravatar Max Galkin2017-12-01
* Minor code cleanup in grappler cost estimation.Gravatar Max Galkin2017-10-10
* Define OpContext and use it for OpLevelCostEstimator.Gravatar A. Unique TensorFlower2017-09-26
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Add option to use compute_memory_overlap; if true, use max of memory_cost and...Gravatar A. Unique TensorFlower2017-07-21
* Improve the accuracy of the cost estimates for the size, shape, and rank ops.Gravatar Benoit Steiner2017-06-29
* Estimate cost for element wise ops and a minimum compute cost for dummy execu...Gravatar Yao Zhang2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add BatchMatMul execution cost predictionGravatar A. Unique TensorFlower2017-05-30
* Made it possible to refine the behavior of the default op_level_cost_estimator.Gravatar Benoit Steiner2017-05-22
* Made the device_cost_impl_ accessible to subclasses.Gravatar Benoit Steiner2017-05-12
* 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
* Open sourced op level cost predictionGravatar Benoit Steiner2017-05-04