aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework/BUILD
Commit message (Expand)AuthorAge
* Make CriticalSection work inside a Dataset with eager execution enabled.Gravatar Asim Shankar2018-04-25
* Make tf.contrib.framework.zero_initializer work with ResourceVariableGravatar A. Unique TensorFlower2018-04-24
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Eliminate the creation of unnecessary read ops when working with ResourceVari...Gravatar A. Unique TensorFlower2018-03-02
* Actually expose smart_cond and smart_constant_value in tf.contrib.frameworkGravatar Skye Wanderman-Milne2018-02-26
* Move accumulate_n_v2 to core.Gravatar Alexandre Passos2018-02-26
* New Mutex operations for a distributed-happy and Function-less CriticalSection.Gravatar Eugene Brevdo2018-02-22
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Automated g4 rollback of changelist 180738639Gravatar Eugene Brevdo2018-01-03
* Automated g4 rollback of changelist 180733901Gravatar A. Unique TensorFlower2018-01-03
* Add critical section resource and op that allows execution within the criticalGravatar Eugene Brevdo2018-01-03
* Allow creating contrib.framework.local_variable that use_resource.Gravatar Sergio Guadarrama2017-11-21
* Create a routine that can collapse a subgraph into a fused opGravatar A. Unique TensorFlower2017-11-06
* Add tf.contrib.framework.sort, wrapping tf.nn.top_k (#288).Gravatar Dan Ringwalt2017-11-04
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Move two ops (GenerateVocabRemapping and LoadAndRemapMatrix) and their kernel...Gravatar A. Unique TensorFlower2017-08-23
* Speech keyword detector tutorialGravatar Pete Warden2017-08-11
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Post-open-sourcing shufflings of load matrix ops.Gravatar Wei Ho2017-05-25
* Open-source ops to load and remap matrix (2-D) tensors. (Used for loading/rem...Gravatar Wei Ho2017-05-25
* Internal changesGravatar Rohan Jain2017-03-23
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Added support for PartitionedVariables to assign_from_checkpoint().Gravatar A. Unique TensorFlower2017-02-02
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Disable failing tests from jenkins.Gravatar Gunhan Gulsoy2016-11-01
* Move deprecation module into core framework from contrib/frameworkGravatar Illia Polosukhin2016-11-01
* Add an @experimental decorator.Gravatar Martin Wicke2016-10-11
* Fix ZeroInitializerOp when building with -c opt (for --config=cuda).Gravatar Jonathan Hseu2016-10-10
* Remove variables_test from OSS test until it is fixed.Gravatar A. Unique TensorFlower2016-10-06
* Compile Eigen GPU code for variable_ops under gpu_srcs. Fixes undefinedGravatar Jonathan Hseu2016-10-05
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
* Complete move of safe_embedding_lookup_sparse from framework to layersGravatar A. Unique TensorFlower2016-09-14
* Move `stratified_sample` from contrib/framework to contrib/training.Gravatar A. Unique TensorFlower2016-08-23
* Splits sampling_ops_test.py to pull out the threading-related test.Gravatar A. Unique TensorFlower2016-08-03
* Tag checkpoint_utils_test as manualGravatar A. Unique TensorFlower2016-07-29
* Make deprecation work for empty docstrings.Gravatar A. Unique TensorFlower2016-07-27
* Change assignment_map in 'init_from_checkpoint' so it can support initializin...Gravatar A. Unique TensorFlower2016-07-26
* Automated rollback of change 128408292Gravatar A. Unique TensorFlower2016-07-25
* Make deprecation work for empty docstrings.Gravatar A. Unique TensorFlower2016-07-25
* Remove unused dependencies from third_party/tensorflow/contrib/framework/BUIL...Gravatar A. Unique TensorFlower2016-07-14
* Fix sampling_ops test timeout by making it a CPU-only test.Gravatar A. Unique TensorFlower2016-07-14
* Add a pretty printing function to contrib.Gravatar A. Unique TensorFlower2016-07-11
* Add a new hashed embedding columnGravatar A. Unique TensorFlower2016-06-29