aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
Commit message (Expand)AuthorAge
* Merge pull request #21021 from kbsriram:tf-image-gradGravatar TensorFlower Gardener2018-08-03
|\
| * Add C++ gradients for some image operators.Gravatar KB Sriram2018-07-21
|/
* Avoid double linking tf framework when building op_gen_wrappers.Gravatar Gunhan Gulsoy2018-06-22
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Michael Case2018-02-07
* Removed unecessary dependencyGravatar Benoit Steiner2018-01-23
* Script to create ApiDef files automatically based on OpDef.Gravatar Anna R2018-01-18
* Removing op_gen_overrides.proto and references. Overrides in op_gen_overrides...Gravatar Anna R2018-01-09
* Provide an option to use ApiDef instead of OpGenOverrides when generating C++...Gravatar Anna R2017-11-17
* Fix c++ gradients issue where multiple dependent outputs result in incorrect ...Gravatar Suharsh Sivakumar2017-10-04
* Basic while loop gradient functionality in C++Gravatar Skye Wanderman-Milne2017-09-27
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Automated g4 rollback of changelist 168576795Gravatar Olivia Nordquist2017-09-13
* Refactor optimizers and cleanup registrationGravatar A. Unique TensorFlower2017-09-13
* Add WhileContext class and add plumbing for creating them.Gravatar Skye Wanderman-Milne2017-09-13
* Implement c++ gradients for data_flow operators.Gravatar A. Unique TensorFlower2017-09-07
* More C++ while loop validationGravatar Skye Wanderman-Milne2017-09-07
* Introduce C++ API while loop builder methodGravatar Skye Wanderman-Milne2017-08-29
* Implement Sum and Mean math gradients.Gravatar A. Unique TensorFlower2017-08-28
* Add lookup table ops to cc standard ops.Gravatar Yuefeng Zhou2017-08-15
* Implement gradients for simple binary operators.Gravatar A. Unique TensorFlower2017-08-14
* Implement c++ gradient for the AddN operator.Gravatar A. Unique TensorFlower2017-08-14
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* 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 BUILD dependenciesGravatar A. Unique TensorFlower2017-05-30
* Include c++ gradients in c_api build rule.Gravatar Suharsh Sivakumar2017-05-04
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* 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
* Improve error messages for resource variable type mismatches.Gravatar Peter Hawkins2017-03-13
* Improve error message reporting for check_numerics gradient.Gravatar Jack Rae2017-03-01
* Removes exports_files(["LICENSE"]) which exports a non-existent LICENSE file.Gravatar A. Unique TensorFlower2017-02-15
* Add a way to build a fused graph def to run the graph in a remote processorGravatar A. Unique TensorFlower2017-02-06
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Add a mechanism for hiding, skipping, and modifying the generated opGravatar A. Unique TensorFlower2017-02-01
* Allow users of tf_gen_op_wrapper_cc() BUILD rule to specify whether to includ...Gravatar Peter Hawkins2017-01-17
* Added a fused instance normalization op for quantized input.Gravatar Manjunath Kudlur2016-12-07
* C++ gradient checker support multiple inputs and outputs.Gravatar Suharsh Sivakumar2016-11-08
* Small fix to C++ gradient checker.Gravatar Suharsh Sivakumar2016-11-04
* C++ Gradients: Adds gradient functions for some nn ops. Adds functionality to...Gravatar A. Unique TensorFlower2016-11-03