aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers
Commit message (Expand)AuthorAge
* Automated rollback of commit 425e96f3ae4eb338268e3738260f9d79e4bdd893. Revert...Gravatar A. Unique TensorFlower2018-09-27
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Merge pull request #22350 from yongtang:22295-gradient_multipliersGravatar TensorFlower Gardener2018-09-24
|\
* \ Merge pull request #18567 from imsheridan:fix_expand_dimsGravatar TensorFlower Gardener2018-09-24
|\ \
* \ \ Merge pull request #20539 from candyzone:masterGravatar TensorFlower Gardener2018-09-22
|\ \ \
| | * \ Merge branch 'master' into fix_expand_dimsGravatar Martin Wicke2018-09-22
| | |\ \ | |_|/ / |/| | |
| * | | Fix lint errorsGravatar Allen Lavoie2018-09-21
| | | * Fix pylint issueGravatar Yong Tang2018-09-21
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
| | | * Add additional test casesGravatar Yong Tang2018-09-17
| | | * Allow different dtype of TensorGravatar Yong Tang2018-09-17
| | | * Add test cases to allow gradient_multipliers passed as tensorGravatar Yong Tang2018-09-17
| | | * Support gradient_multipliers as tensor for optimize_lossGravatar Yong Tang2018-09-17
| |_|/ |/| |
* | | Merge pull request #22031 from rogerxcn:masterGravatar TensorFlower Gardener2018-09-10
|\ \ \
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | | | Fix flakiness in ConvolutionInPlaneTest.testVertConvWithBlankImage byGravatar A. Unique TensorFlower2018-09-04
| * | | Fix issues in maxout layerGravatar Roger Xin2018-09-03
|/ / /
* | | Usability improvements to @recompute_gradGravatar A. Unique TensorFlower2018-08-31
* | | Updates the warning of default initializer in deprecated embedding_column.Gravatar Mustafa Ispir2018-08-31
* | | Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* | | Add one pass algorithm option to calculate the mean and variance in group_nor...Gravatar A. Unique TensorFlower2018-08-20
* | | Ensure that functools.wraps is not called on functools.partial objects in rev...Gravatar A. Unique TensorFlower2018-08-20
* | | Fix the issue of losing last dimension for one hot column with weightsGravatar 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
* | | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | | Merge pull request #18955 from brettkoonce:minor_sp_04_28Gravatar TensorFlower Gardener2018-08-14
|\ \ \
* | | | Fix flaky layers test.Gravatar Akshay Agrawal2018-08-10
| * | | contrib: minor spelling tweaksGravatar Brett Koonce2018-08-09
|/ / /
* | | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* | | Set depth_multiplier default value, so that one can use separable_conv2d and ...Gravatar A. Unique TensorFlower2018-08-07
* | | Merge pull request #20554 from yongtang:20551-contrib.layers.conv1dGravatar TensorFlower Gardener2018-07-31
|\ \ \
| | * | fix: No need to convert to tensor when using ResourceVariable in embedding_lo...Gravatar candy.dc2018-07-26
| |/ / |/| |
* | | Add synchronization and aggregation arguments to variable creation methods in...Gravatar Yuefeng Zhou2018-07-22
* | | Update recompute_grad to work for functions without variables.Gravatar A. Unique TensorFlower2018-07-09
| * | Expose conv1d in allowed symbol.Gravatar Yong Tang2018-07-05
| * | Alias convolution1d with conv1d in tf.contrib.layersGravatar Yong Tang2018-07-05
| * | Expose `tf.contrib.layers.conv1d` like conv2d/conv3dGravatar Yong Tang2018-07-05
|/ /
* | Merge pull request #18771 from facaiy/CLN/clean_duplicate_safe_embedding_fnGravatar Martin Wicke2018-07-02
|\ \
* \ \ Merge commit for internal changesGravatar Mingxing Tan2018-06-23
|\ \ \
| * | | For separable_conv2d, add an optional pointwise_initializer parameter so that...Gravatar A. Unique TensorFlower2018-06-22
* | | | Merge commit for internal changesGravatar Akshay Modi2018-06-15
|\| | |
| * | | Documentation style fix.Gravatar Stanley Bileschi2018-06-13
* | | | Merge commit for internal changesGravatar Patrick Nguyen2018-06-07
|\| | |
| * | | Add convolution and convolution1d to the public APIGravatar A. Unique TensorFlower2018-06-07
* | | | Merge commit for internal changesGravatar Yifei Feng2018-05-29
|\| | |
| * | | Merge changes from github.Gravatar Yifei Feng2018-05-24
| * | | Small fix so that GDN can run on TPUGravatar A. Unique TensorFlower2018-05-24
| * | | Add support for is_recompute optional kwarg to functions decorated with recom...Gravatar A. Unique TensorFlower2018-05-23