aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/specs
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| | | | | | | | self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 212336464
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Add pylint check for W0622 redefined-builtin in ci_sanity.sh and fix ↵Gravatar Yifei Feng2018-02-09
| | | | | | existing pylint errors. PiperOrigin-RevId: 185206494
* Remove tf.contrib.ndlstm as it is not maintained and barely used.Gravatar Eugene Brevdo2018-02-07
| | | | | | | | Users can find an external implementation by the original author at: https://github.com/tmbarchive/tfndlstm PiperOrigin-RevId: 184914822
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
| | | | PiperOrigin-RevId: 180301735
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
| | | | PiperOrigin-RevId: 175370768
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
| | | | PiperOrigin-RevId: 168650887
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-18
| | | | PiperOrigin-RevId: 162330841
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-20
| | | | PiperOrigin-RevId: 159591663
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
| | | | PiperOrigin-RevId: 158565259
* Introduce TFDecorator, a base class for Python TensorFlow decorators. ↵Gravatar Charles Nicholson2017-04-21
| | | | | | Provides basic introspection and "unwrap" services, allowing tooling code to fully 'understand' the wrapped object. Change: 153854044
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that ↵Gravatar Jonathan Hseu2017-02-28
| | | | | | | | | imports pywrap_tensorflow_internal with RTLD_GLOBAL. Fixes #6568 Change: 148843302
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
| | | | Change: 144153795
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
| | | | Change: 143230429
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
| | | | Change: 143131671
* Uses VariableV2 and removes shape-setting code in tf.Variable.Gravatar A. Unique TensorFlower2016-12-20
| | | | Change: 142613993
* Remove contrib.specs AutoFunctionGravatar Justine Tunney2016-12-14
| | | | | | This does clever things with the TensorFlow namespaces which we can't maintain. Change: 142050311
* Merge changes from github.Gravatar Andrew Harp2016-12-08
| | | | | | | | Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942
* Switch all tf.concat(concat_dim, value, name) calls in ↵Gravatar A. Unique TensorFlower2016-12-06
| | | | | | third_party/tensorflow to tf.concat_v2(value, axis, name). Change: 141255675
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
| | | | Change: 141071094
* Automated rollback of change 139989725Gravatar A. Unique TensorFlower2016-12-02
| | | | Change: 140883595
* Automated rollback of change 139983065Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139989725
* Change concat to just call concat_v2 to avoid code duplication and to ↵Gravatar A. Unique TensorFlower2016-11-22
| | | | | | prepare for deprecating concat. Change: 139983065
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
| | | | Change: 138675832
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
| | | | Change: 138128703
* Fixes making specs and ndlstm accessible through tf.contribGravatar A. Unique TensorFlower2016-10-20
| | | | Change: 136781876
* Adding specs to the open source version of TensorFlow.Gravatar A. Unique TensorFlower2016-10-06
Change: 135406004