aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/node_def_util.h
Commit message (Expand)AuthorAge
* Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
* [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
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* 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
* Don't try to swap out persistent dataGravatar Benoit Steiner2018-01-18
* Added a utility function to create a grappler item from a function definitionGravatar Benoit Steiner2018-01-10
* Don't swap out inputs that expect a reference.Gravatar Benoit Steiner2018-01-05
* Speed up `OpKernel::InputRange()` by ~2.6x.Gravatar Derek Murray2018-01-02
* TensorArray changes: respect infer_shape argument inside the TensorArray object.Gravatar Eugene Brevdo2017-11-15
* [tf.contrib.data] Always copy the function body in the OpKernel constructor.Gravatar Derek Murray2017-09-20
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* 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
* Add list(func) support to GetNodeAttr().Gravatar Peter Hawkins2017-01-12
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* 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
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Fix the split-on-underscore and show-data-download-links options.Gravatar A. Unique TensorFlower2016-01-15
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: a few small updates.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06