aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/op.h
Commit message (Expand)AuthorAge
* Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Add test that checks all core ops have shape functions.Gravatar Skye Wanderman-Milne2018-02-21
* TensorFlow base ApiDefs and tests to make sure they are kept in sync.Gravatar Anna R2017-10-11
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* Add REGISTER_SYSTEM_OP and REGISTER_SYSTEM_KERNEL_BUILDER macros.Gravatar Derek Murray2017-04-19
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Change OpDefBuilder's SetShapeFn to take a function pointer instead of anGravatar A. Unique TensorFlower2016-07-19
* When an invalid op is registered, ensure that tf.load_op_library returnsGravatar Suharsh Sivakumar2016-07-11
* 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
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* 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
* 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
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* 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: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06