aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Minor tweaks to avoid unnecessary copiesGravatar A. Unique TensorFlower2017-07-25
* Fix bug in C++ gradient computation where multi-output nodes may not have bee...Gravatar Skye Wanderman-Milne2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Add Stack*V2 operators, which use a resource handle instead of a Ref tensor t...Gravatar Peter Hawkins2017-07-07
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Adds QuantizeAndDequantizeV3 op, which allows using a tensor for the number o...Gravatar A. Unique TensorFlower2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Fix bugs in ScatterNd and add ScatterNdNonAliasingAdd.Gravatar Eugene Brevdo2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Add SavedModel tag-constant for gpu.Gravatar Sukriti Ramesh2017-06-20
* Update error message when tag-set not found to include supplied tags.Gravatar Sukriti Ramesh2017-06-20
* Add a constant for "assets.extra" in SavedModel.Gravatar Sukriti Ramesh2017-06-19
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-15
* Minor cleanup: remove some unused inclusions and dependencies, clean up param...Gravatar A. Unique TensorFlower2017-06-12
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Remove unneeded BUILD dependencyGravatar A. Unique TensorFlower2017-06-08
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Fix missing namespace commentsGravatar A. Unique TensorFlower2017-05-31
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-05-30
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Add option to strip unused SaverDefs and associated nodes during export.Gravatar David Soergel2017-05-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Correct gradient calculation for some complex-valued functions.Gravatar A. Unique TensorFlower2017-05-15
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Adds replace api into RunConfig.Gravatar Jianwei Xie2017-05-10
* Include c++ gradients in c_api build rule.Gravatar Suharsh Sivakumar2017-05-04
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Fix queue runner test flakiness. The cost graph may be requested before cost_...Gravatar Yuefeng Zhou2017-04-25
* Remove all 64/32 bit warnings in tensorflow/ccGravatar Suharsh Sivakumar2017-04-19
* Only record the cost graph in the queue runner: this ensures that the memoryGravatar Benoit Steiner2017-04-13
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* Add an error message when queue runner threads return errors.Gravatar Yuefeng Zhou2017-04-12
* Change Placeholder to support partial shapes and enforce scalar shapes.Gravatar Vijay Vasudevan2017-04-10
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* Added WAV audio file reading and writing operationsGravatar Pete Warden2017-03-27
* Add support for SavedModel on Android.Gravatar A. Unique TensorFlower2017-03-27
* saved_model: Add a loader_lite target.Gravatar A. Unique TensorFlower2017-03-21
* Add initial support for main-op in SavedModel C++.Gravatar Sukriti Ramesh2017-03-20
* Add ExportRunMetadata in queue runner and ExportCostGraph in coordinator.Gravatar Yuefeng Zhou2017-03-17