aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/BUILD
Commit message (Expand)AuthorAge
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* Function shape inference for Grappler.Gravatar A. Unique TensorFlower2018-07-10
* Resubmitting CL 196349902: Adding cuDNN header dependency to targets that inc...Gravatar A. Unique TensorFlower2018-06-01
* 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
* Run shape inference directly on the graphdef instead of building an intermedi...Gravatar Benoit Steiner2018-04-24
* Don't rely on graph contruction for an initial shape inference.Gravatar Benoit Steiner2018-04-16
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-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
* Turn the op_performance_data proto lib into a header only library by defaultGravatar Benoit Steiner2018-01-19
* Fixed a typo that resulted in the graph being processed in reverse topologicalGravatar Benoit Steiner2018-01-02
* Split out a "graph" library from "core_cpu" to allow finer-grained dependencies.Gravatar Derek Murray2017-12-01
* Added an option to assume that the shape of fed nodes in unknown since any sh...Gravatar Benoit Steiner2017-11-28
* Properly handle control dependencies when estimating memory usage.Gravatar Benoit Steiner2017-11-03
* Determine peak memory usage from the result of a simulation.Gravatar Benoit Steiner2017-10-12
* Define OpContext and use it for OpLevelCostEstimator.Gravatar A. Unique TensorFlower2017-09-26
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* FirstReadyManager for scheduling nodes in VirtualScheduler.Gravatar A. Unique TensorFlower2017-09-12
* Fixed the ExtractExtraProperties function: 1) skip control input 2) log when ...Gravatar Yuefeng Zhou2017-08-24
* Fixed BuildOpInfoWithoutDeviceGravatar Benoit Steiner2017-08-17
* Extend Grappler API to accept feed and fetch node lists.Gravatar A. Unique TensorFlower2017-08-17
* Factor tensorflow/core:protos_all_cc rule out into Skylark function.Gravatar A. Unique TensorFlower2017-08-02
* Move Grappler test GraphDefs to separate filesGravatar A. Unique TensorFlower2017-07-31
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Infer shapes for loops during Grappler static inferenceGravatar A. Unique TensorFlower2017-06-20
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-16
* Estimate cost for element wise ops and a minimum compute cost for dummy execu...Gravatar Yao Zhang2017-06-09
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-06-08
* Profile memory usage in VirtualScheduler and report peak memory usage.Gravatar A. Unique TensorFlower2017-06-06
* Initialize tensor in graph_properties_test, to avoid msan complaint.Gravatar A. Unique TensorFlower2017-06-06
* Miscellaneous cleanupsGravatar A. Unique TensorFlower2017-06-05
* Don't use the _output_shape attribute in the op_level_cost_estimator sinceGravatar Benoit Steiner2017-06-02
* Implemented an initial version of virtual scheduler unit test.Gravatar A. Unique TensorFlower2017-06-01
* Fix discrepancy between measured and analytical cost graph. Use tf_cuda_libra...Gravatar Yao Zhang2017-05-31
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-05-30
* Print out detailed node counts, shapes and costs. This is useful for a couple...Gravatar A. Unique TensorFlower2017-05-24
* Fix build dependency.Gravatar Yao Zhang2017-05-23
* Created a regression test for the virtual placerGravatar Benoit Steiner2017-05-23
* VirtualScheduler inserts a _Send and a _Recv ops when input and outputGravatar A. Unique TensorFlower2017-05-22
* Add filesize as a node attribute if filename exists as its input.Gravatar Yuefeng Zhou2017-05-16
* Removed unecessary #includeGravatar Benoit Steiner2017-05-16
* Refactor core/BUILD dependencies to avoid circular dependency with grappler.Gravatar A. Unique TensorFlower2017-05-15
* 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 the analytical cost modelGravatar Benoit Steiner2017-05-05