aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/attr_value_util.cc
Commit message (Expand)AuthorAge
* Use utility methods to compute AttrValue hash code and check for equality.Gravatar A. Unique TensorFlower2018-05-14
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Decoupling hash and protobuf. This simplifies a little bit the dependency cha...Gravatar A. Unique TensorFlower2018-03-08
* Restore escaping to string attribute list summaries accidentally removed by p...Gravatar Peter Hawkins2017-12-20
* Elide long strings and lists when summarizing AttrValues.Gravatar Peter Hawkins2017-12-20
* Move SerializeToStringDeterministic to a header fileGravatar Igor Ganichev2017-09-25
* Add hash methods for node and graph defsGravatar Igor Ganichev2017-09-25
* Minor tweaks to avoid unnecessary copiesGravatar A. Unique TensorFlower2017-07-25
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Fix bugs in SetAttrValue and remove unnecessary calls to Node::ClearAttrGravatar Geoffrey Irving2017-05-18
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-04-11
* Add support for list(func) AttrValues.Gravatar Peter Hawkins2017-01-11
* Validate that DataType is valid when parsing from proto usingGravatar Vijay Vasudevan2016-12-16
* Begin transition to use NodeDef in FunctionDef instead ofGravatar A. Unique TensorFlower2016-08-22
* Add a graph-construction C API.Gravatar A. Unique TensorFlower2016-07-12
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Switch attr_value_util.cc to use proto_text for parsing text format.Gravatar A. Unique TensorFlower2016-04-25
* 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
* Replace uses of RE2 with Scanner, for sources that are used on mobile.Gravatar A. Unique TensorFlower2016-03-09
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* 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
* Add note regarding when we can make parsing of AttrValue's holding anGravatar Josh Levenberg2016-01-11
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06