aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/node_builder.cc
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Remove all 64/32 bit warnings in tensorflow/ccGravatar Suharsh Sivakumar2017-04-19
* In ShapeRefiner, add support for the C++ equivalent of the PythonGravatar A. Unique TensorFlower2016-10-25
* Add explicit gtl::ArraySlice cast for NodeBuilder::Inputs().Gravatar Derek Murray2016-09-22
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Check for op deprecation in C++ API and graph validationGravatar Geoffrey Irving2016-04-21
* Making sure there is a kernel implementation for the constant on the deviceGravatar Manjunath Kudlur2016-04-05
* Several changes to reduce TensorFlow code size (especially importantGravatar A. Unique TensorFlower2016-03-24
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Avoid some over-inlined routines. Reduces code size of TensorFlow binariesGravatar A. Unique TensorFlower2016-02-25
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06