aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op.cc
Commit message (Expand)AuthorAge
* Fix typo in error message.Gravatar Patrick Nguyen2018-05-23
* More informative error message when loading a graph_def which uses unknown ops.Gravatar Malcolm Reynolds2018-04-26
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add test that checks all core ops have shape functions.Gravatar Skye Wanderman-Milne2018-02-21
* Modify static bool variable in OpRegistry::Lookup() while mutex is locked.Gravatar A. Unique TensorFlower2017-11-27
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* When Op Type is not registered, log the hostname of the machine thatGravatar Vijay Vasudevan2017-05-17
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
* When an invalid op is registered, ensure that tf.load_op_library returnsGravatar Suharsh Sivakumar2016-07-11
* Check the return status of op_def_builder's Finalize.Gravatar Manjunath Kudlur2016-06-17
* Made the OpRegistry::Register function take a factory instead of aGravatar Manjunath Kudlur2016-06-16
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Apply selective registration to op registration, to remove the OpDefBuilderGravatar A. Unique TensorFlower2016-03-21
* Changes to make custom user ops not statically include tensorflow/core:framew...Gravatar Manjunath Kudlur2016-03-11
* Add RemoveNewDefaultAttrsFromGraphDef() for preparing a GraphDef forGravatar Josh Levenberg2016-02-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* More function related.Gravatar A. Unique TensorFlower2016-01-24
* * Supports nested function calls;Gravatar A. Unique TensorFlower2016-01-18
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Change REGISTER_OP macro to do the Finalize and actual registration in theGravatar Manjunath Kudlur2015-12-16
* Fix an use after free bug.Gravatar Manjunath Kudlur2015-12-16
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* 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