aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/conv1d_test.py
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
| | | | | | | | 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: 212766976
* Enable test case for float64 with conv1d (#19179)Gravatar Yong Tang2018-05-09
| | | | | | | | | | | | | The float64 for conv2d support has been added to tensorflow in e3468b56d323783fdfb79fa2d6c24effc58bcaa9. (Thanks brianwa84!) Since conv1d implementation invokes conv2d, the float64 support for conv1d is supported now as well. This fix adds the test case for float64 support of conv1d and removes the TODO. This fix fixes 19175. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Add test for float16 support with conv1d and update docstring (#16273)Gravatar Yong Tang2018-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | * Add test for float16 support with conv1d and update docs The float16 support for conv1d has already been in place. However there was no test for float16 with conv1d. This fix adds test case to cover float16 support with conv1d. In addition, float64 support with conv1d is not possible because conv1d calls conv2d, which in turn does not support float64 yet (See 12941, 13097, and 12943) The docstring incorrectly claims float64 support with conv1d. This fix updates related docstring to remove float64 part. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update docstring of conv1d to remove float64 and add float16. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update docstring with TODO. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Remove duplicated testConv1DTransposeGravatar Yifei Feng2017-11-22
|
* Merge commit for internal changesGravatar Yifei Feng2017-11-22
|\
| * Merge changes from github.Gravatar Yifei Feng2017-11-22
| | | | | | | | PiperOrigin-RevId: 176695926
* | Merge commit for internal changesGravatar Yifei Feng2017-11-22
|\|
| * Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
| | | | | | | | PiperOrigin-RevId: 176622438
| * Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
| | | | | | | | PiperOrigin-RevId: 176621645
| * Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 176617057 by yifeif: Internal change. -- 176615737 by yifeif: Fix internal tests. -- PiperOrigin-RevId: 176617057
| * Merge changes from github.Gravatar Yifei Feng2017-11-21
| | | | | | | | PiperOrigin-RevId: 176615107
| * Add the missing use_gpu=True to make the GPU test take effect.Gravatar Yao Zhang2017-11-17
| | | | | | | | PiperOrigin-RevId: 176183039
* | Revert "Branch 175277161"Gravatar Martin Wicke2017-11-10
|/
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Split up nn_conv_test to reduce test size.Gravatar Gunhan Gulsoy2016-07-18
Change: 127766679