aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs
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
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Fix bug in Grappler constant folding: The logic detecting full reductions was...Gravatar A. Unique TensorFlower2018-10-04
* PinToHostOptimizer: Refactored code. Update blacklist. Added recursive lookba...Gravatar A. Unique TensorFlower2018-10-03
* Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* 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
* | Improve static shape inference in grappler by propagating tensors_as_shapes b...Gravatar Doe Hyun Yoon2018-09-12
* | Replace Placeholder with Const to GrapplerFunctionItem for function shape inf...Gravatar Doe Hyun Yoon2018-09-06
| * Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
|/
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Sorted the per-device summary printout with device names to improve readability.Gravatar A. Unique TensorFlower2018-08-23
* Add graphdef version number to GrapplerFunctionItem.Gravatar Doe Hyun Yoon2018-08-23
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* 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
* Minor code cleanup in virtual_scheduler.Gravatar Max Galkin2018-08-03
* Explicitly cast the types of a few variables in VLOG statements to avoid an i...Gravatar A. Unique TensorFlower2018-08-02
* Move GetDeviceStates() and GetNodeState() functions from protected to public,...Gravatar A. Unique TensorFlower2018-08-01
* Added QuantizedMatMul to OpLevelCostEstimator.Gravatar A. Unique TensorFlower2018-07-24
* Tabularized the VLOGs printing per-op execution times to make it easier to se...Gravatar A. Unique TensorFlower2018-07-24
* Update Grappler to use existing functions for retrieving a node'sGravatar A. Unique TensorFlower2018-07-20
* Function shape inference for Grappler.Gravatar A. Unique TensorFlower2018-07-10
* Support filter format for FusedConv2DBiasActivation.Gravatar Yao Zhang2018-06-20
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Faster TopoQueue in graph_properties.Gravatar Max Galkin2018-06-15
* Set shapes and types to queue ops, if not set by enqueue ops.Gravatar A. Unique TensorFlower2018-06-15
* CostGraphDef has been modified to keep track of the accuracy of the cost esti...Gravatar A. Unique TensorFlower2018-06-11
* Estimate Squeeze cost in the same way as Reshape.Gravatar Max Galkin2018-06-06
* Resubmitting CL 196349902: Adding cuDNN header dependency to targets that inc...Gravatar A. Unique TensorFlower2018-06-01
* Putting stubs for function shape inference interfaceGravatar A. Unique TensorFlower2018-05-31
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Added support for strided slicing of symbolic shapesGravatar Benoit Steiner2018-05-14
* Automated g4 rollback of changelist 196349902Gravatar A. Unique TensorFlower2018-05-12
* Adding cuDNN header dependency to targets that include the cuDNN header file.Gravatar A. Unique TensorFlower2018-05-11
* Expose MaybeGetMinimumShape for use in cost estimators other than OpLevelCost...Gravatar A. Unique TensorFlower2018-05-11
* Fix a dropped line in the DepthwiseConv2dNative modelGravatar A. Unique TensorFlower2018-05-09
* Add cost model of depthwiseConv2dNative. Tensorflow computes depthwise separa...Gravatar A. Unique TensorFlower2018-05-08
* GuaranteeConst is a NoOp for the op_level_cost_estiamtor.Gravatar Max Galkin2018-05-05
* Handle negative values when slicing symbolic shapesGravatar Benoit Steiner2018-05-02
* Added support for packing of symbolic shapesGravatar Benoit Steiner2018-05-02
* Optimized the analysis of rank and size operations.Gravatar Benoit Steiner2018-05-02
* Avoid making a copy of the graph needlesslyGravatar Benoit Steiner2018-05-01
* Fixed some outdated commentsGravatar Benoit Steiner2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Simplified shape inference.Gravatar Benoit Steiner2018-05-01
* Format header guards under tensorflow/core/grappler.Gravatar A. Unique TensorFlower2018-04-26