aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/test_ops.cc
Commit message (Expand)AuthorAge
* Make SavedModelTest.testStripDefaultAttrsInconsistentConsumerDefaults work wi...Gravatar Skye Wanderman-Milne2018-02-08
* Make op_def_library_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2018-01-02
* (Temporarily) call Graph._add_op outside of Operation.__init__ again.Gravatar Skye Wanderman-Milne2017-11-29
* Add ability to create Python Operation from already-constructed TF_Operation.Gravatar Skye Wanderman-Milne2017-11-20
* Allow Operation._get_attr() to work with all attr types with C API enabledGravatar Skye Wanderman-Milne2017-11-10
* partially exposing the _set_attr and _get_attr method in pythonGravatar Olivia Nordquist2017-10-31
* Make ops_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2017-10-09
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Register a C++ test op for testing gradients of ops that have stringGravatar Vijay Vasudevan2016-11-11
* Utility functions to use handles, and tests.Gravatar A. Unique TensorFlower2016-10-19
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Add ScalarShape shape annotations to all ops.Gravatar Vijay Vasudevan2016-07-28
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* Enable constant folding in L0 optimization level.Gravatar Manjunath Kudlur2016-04-02
* TensorFlow: remove more compiler warnings from (non-gpu) build.Gravatar Vijay Vasudevan2016-01-26
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-10