aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op_def_util.cc
Commit message (Expand)AuthorAge
* Move FindInputArg() for ApiDef::Arg to op_def_util.cc and cleanup Python/c++ ...Gravatar Nick Kreeger2018-08-17
* 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
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* backward compat: Prevent changes to attr's default value only for last histor...Gravatar A. Unique TensorFlower2018-01-11
* backward compatibility: Disallow changes to an OpDef attribute's default value.Gravatar A. Unique TensorFlower2018-01-02
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* Internal change.Gravatar Anna R2017-11-14
* Add equality and hash functions for AttrDef and OpDefGravatar Igor Ganichev2017-09-26
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Begin transition to use NodeDef in FunctionDef instead ofGravatar A. Unique TensorFlower2016-08-22
* Allow "ref" to be removed from inputs and added to outputs withoutGravatar A. Unique TensorFlower2016-08-11
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Include the Op name in the warning log message stating that an Op is deprecat...Gravatar A. Unique TensorFlower2016-05-23
* Catch more incompatible changes.Gravatar Josh Levenberg2016-05-21
* Warn about deprecation only once per op nameGravatar Geoffrey Irving2016-05-05
* Check for op deprecation in C++ API and graph validationGravatar Geoffrey Irving2016-04-21
* Change tensorflow code to use proto_text for DebugString and ShortDebugStringGravatar A. Unique TensorFlower2016-04-21
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* 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
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Removal of large assets and small other fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Upstream changes from since last Thursday.Gravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06