aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers/BUILD
Commit message (Expand)AuthorAge
* Add one pass algorithm option to calculate the mean and variance in group_nor...Gravatar A. Unique TensorFlower2018-08-20
* Automated rollback of commit a1606d5e0f667fddd7f3f5705bda3aee5b3c2554Gravatar Gunhan Gulsoy2018-08-17
* Add one pass algorithm option to calculate the mean and variance in group_normGravatar A. Unique TensorFlower2018-08-16
* Increase size of test tensorflow/contrib/layers:rev_block_lib_test to mediumGravatar A. Unique TensorFlower2018-05-08
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* RevBlock: memory-efficient implementation of a series of reversible residualGravatar A. Unique TensorFlower2017-11-28
* BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-30
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Migrate `instance_norm` to contrib/layers.Gravatar A. Unique TensorFlower2017-09-19
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-21
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Fixes compatibility of contrib feature_column with core make_parse_example_spec.Gravatar A. Unique TensorFlower2017-05-26
* PiperOrigin-RevId: 156139276Gravatar A. Unique TensorFlower2017-05-15
* Make contrib real_valued_column cross compatible with core feature_column bui...Gravatar Mustafa Ispir2017-05-04
* Move bucketize op to math_ops. This exposes the method as math_op._bucketize,...Gravatar A. Unique TensorFlower2017-05-01
* Reshape input tensors to match output_rank for `_input_from_feature_columns`.Gravatar A. Unique TensorFlower2017-03-31
* Internal changesGravatar Rohan Jain2017-03-23
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* 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
* Remove _test.py files from py_library srcsGravatar Justine Tunney2016-12-08
* Internal change.Gravatar A. Unique TensorFlower2016-12-05
* Change for internal compatibility.Gravatar A. Unique TensorFlower2016-11-04
* Adding bow_encoder and embed_sequence to encode sequence of symbols (words/ca...Gravatar Illia Polosukhin2016-10-28
* Add data_format support for tf.layers.convolution2d.Gravatar Yao Zhang2016-10-10
* De-flake optimizers_test.Gravatar A. Unique TensorFlower2016-09-14
* contrib layers test is flaky, turning off for nowGravatar Olivia Nordquist2016-08-31
* Allow batch_norm to use a is_training Tensor, which can be modified at run time.Gravatar A. Unique TensorFlower2016-07-14
* Add a new hashed embedding columnGravatar A. Unique TensorFlower2016-06-29
* This CL provides an abstraction (TargetColumn) for a single head in a model.Gravatar A. Unique TensorFlower2016-06-23
* Add FeatureColumn based input layer utilities.Gravatar A. Unique TensorFlower2016-05-17
* In tf.contrib, move framework and loss packages up a level.Gravatar A. Unique TensorFlower2016-03-24
* Adding optimizer_loss op to layers to provide a convenient way to add trainin...Gravatar A. Unique TensorFlower2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Adds a number of loss functions and reduction utilities to calculate quantiti...Gravatar A. Unique TensorFlower2016-02-26
* Rename "demo_from_server" to "serialize_tensorboard" and improve it.Gravatar A. Unique TensorFlower2016-02-11
* Clean up saturate_cast, test, and move to tf.saturate_castGravatar Geoffrey Irving2016-02-11
* Includes ops used by user-defined functions in _stripped_op_list_for_graph.Gravatar A. Unique TensorFlower2016-02-10
* Add assert_same_float_dtype.Gravatar A. Unique TensorFlower2016-02-02