aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/node_def_util.cc
Commit message (Expand)AuthorAge
* [tf.data] Some vectorization cleanupGravatar Rachel Lim2018-09-20
* Fix GraphConstructor and import_graph_def bug with variadic ops.Gravatar Skye Wanderman-Milne2018-09-17
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* Allow for remote eager execution.Gravatar Akshay Modi2018-05-16
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Don't try to swap out persistent dataGravatar Benoit Steiner2018-01-18
* Don't swap out inputs that expect a reference.Gravatar Benoit Steiner2018-01-05
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* function_ops: Do not hold on to references to the NodeDef in the kernel.Gravatar Asim Shankar2017-09-20
* [tf.contrib.data] Always copy the function body in the OpKernel constructor.Gravatar Derek Murray2017-09-20
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Don't include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-28
* Automated g4 rollback of changelist 160278032Gravatar Geoffrey Irving2017-06-27
* Don't include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-27
* 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
* Reduce CPU time and transient heap demand during graph loading.Gravatar A. Unique TensorFlower2017-05-11
* Update error message for missing attrs in NodeDef to have a call-to-action.Gravatar Vijay Vasudevan2017-03-16
* Add list(func) support to GetNodeAttr().Gravatar Peter Hawkins2017-01-12
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* Code generation for C++ API.Gravatar Manjunath Kudlur2016-07-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Rollback of "Change tensorflow code to use proto_text for DebugString andS ho...Gravatar A. Unique TensorFlower2016-04-19
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-19
* Several changes to reduce TensorFlow code size (especially importantGravatar A. Unique TensorFlower2016-03-24
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* Changes to reduce code size (especially useful for mobile):Gravatar A. Unique TensorFlower2016-03-01
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Add support for storing Partial TensorShapes in python & op-def code.Gravatar Eugene Brevdo2016-01-11
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06