aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/op_level_cost_estimator_test.cc
Commit message (Expand)AuthorAge
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Small fix to MaybeGetMinimumShape() in op_level_cost_estimator.Gravatar Doe Hyun Yoon2018-08-15
* Add two counters in Costs Struct for number of ops processed/predicted in tot...Gravatar Peter Ma2018-08-10
* Support filter format for FusedConv2DBiasActivation.Gravatar Yao Zhang2018-06-20
* Add cost model of depthwiseConv2dNative. Tensorflow computes depthwise separa...Gravatar A. Unique TensorFlower2018-05-08
* Add analytical cost model for FusedConv2DBiasActivation.Gravatar Rob Sloan2018-04-06
* Re-enable Gather and Slice estimators with output size check.Gravatar Max Galkin2018-04-02
* Fix a bug in AvgPoolGrad op cost in extracting input x's shape. AvgPoolGradGravatar A. Unique TensorFlower2018-04-02
* Add op cost model for MaxPool, AvgPool, FusedBatchNorm, their grad ops, andGravatar A. Unique TensorFlower2018-03-28
* Disable new Gather/Slice estimators for now to fix the crashes during some TF...Gravatar Max Galkin2018-03-27
* Further improve accuracy of op_level_cost_estimator (Gather, GatherV2, Slice).Gravatar Max Galkin2018-03-21
* Deleted dead code and fixed compilation warningsGravatar Benoit Steiner2018-03-21
* Improved accuracy of op_level_cost_estimator (QuantizeV2, Dequantize, Gather).Gravatar Max Galkin2018-03-20
* Add cost estimator tests for the BiasAdd, ReLU, and Conv2D operations.Gravatar A. Unique TensorFlower2018-02-22
* Implement the logic to parse TensorProto (the tensor value for input or filte...Gravatar A. Unique TensorFlower2018-02-22
* Prefix inaccurate costs with "~" in VirtualScheduler verbose log.Gravatar Max Galkin2017-12-01
* Define OpContext and use it for OpLevelCostEstimator.Gravatar A. Unique TensorFlower2017-09-26
* Add option to use compute_memory_overlap; if true, use max of memory_cost and...Gravatar A. Unique TensorFlower2017-07-21
* Estimate cost for element wise ops and a minimum compute cost for dummy execu...Gravatar Yao Zhang2017-06-09
* Set device cores and frequency in op_level_cost_estimator_test,Gravatar A. Unique TensorFlower2017-06-06
* Add BatchMatMul execution cost predictionGravatar A. Unique TensorFlower2017-05-30
* 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