aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests
Commit message (Expand)AuthorAge
...
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* | | | Fix documentation in some lookup_ops and add eager test.Gravatar Yutaka Leon2018-09-24
* | | | Merge pull request #21798 from facaiy:ENH/div_no_nan_treate_negative_as_zeroGravatar TensorFlower Gardener2018-09-24
|\ \ \ \
* | | | | Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* | | | | Remove unused compatibility code in Softmax implementation now that the forwa...Gravatar Peter Hawkins2018-09-24
* | | | | Merge pull request #21715 from hsgkim:volume_patchesGravatar TensorFlower Gardener2018-09-23
|\ \ \ \ \
| | | * | | Enable partitioned variable assignmentsGravatar wangsiyu2018-09-23
| |_|/ / / |/| | | |
* | | | | This CL disables tf.print tests that change logging levels on Windows. These ...Gravatar A. Unique TensorFlower2018-09-21
* | | | | Merge pull request #22157 from yongtang:22054-TensorArray-int64Gravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #22147 from girving:intGravatar TensorFlower Gardener2018-09-21
|\ \ \ \ \ \
* | | | | | | This CL moves the tf.print logging level tests that are sensitive to OS & env...Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | | | | | Fix _handle_data of variant and resource type outputs of While op in while_v2.Gravatar Saurabh Saxena2018-09-20
* | | | | | | This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* | | | | | | First commit for functional while loop.Gravatar Saurabh Saxena2018-09-18
| * | | | | | Make tf.random_uniform([0], maxval=0, dtype=tf.int32) not crashGravatar Geoffrey Irving2018-09-18
|/ / / / / /
* | | | | | Break cwise_opt_test.py into 3 files to speed up testing, since we are up aga...Gravatar A. Unique TensorFlower2018-09-17
* | | | | | Tweak test tolerance in segment_reduction_ops_test.py, which is otherwise flaky.Gravatar A. Unique TensorFlower2018-09-17
* | | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* | | | | | Increase tolerance in linalg_grad_test to fix #19935Gravatar Gunhan Gulsoy2018-09-17
* | | | | | Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13
* | | | | | Merge pull request #19984 from jiefangxuanyan:masterGravatar TensorFlower Gardener2018-09-13
|\ \ \ \ \ \
* | | | | | | Change test to use 2 CPU devices instead of GPU.Gravatar A. Unique TensorFlower2018-09-13
* | | | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* | | | | | | This change re-enables a few condv2 tests now that the underlying defun issue...Gravatar A. Unique TensorFlower2018-09-12
* | | | | | | Make cond_v2 work in eager mode.Gravatar Skye Wanderman-Milne2018-09-12
* | | | | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-12
* | | | | | | Support passing a negative position to substr. If the position is negative, t...Gravatar A. Unique TensorFlower2018-09-12
| | * | | | | Fix pylint errorGravatar Yong Tang2018-09-12
* | | | | | | Add linear_operator_addition to tensorflow/python/. A subsequent CLGravatar Ian Langmore2018-09-12
* | | | | | | Fix typo in Tensorflow control_flow_ops_py_test.Gravatar A. Unique TensorFlower2018-09-12
* | | | | | | Remove compat.forward_compatible horizon checks for StaticRegexReplace.Gravatar Jeremiah Harmsen2018-09-12
| | | | * | | CLN: fix merge errorGravatar Yan Facai (颜发才)2018-09-12
| | * | | | | Add unit test for TensorArray with int64 in GPUGravatar Yong Tang2018-09-12
* | | | | | | Move Quantile Stream Resource to core.Gravatar Zhenyu Tan2018-09-11
* | | | | | | Make control_flow_ops._ENABLE_COND_V2 public.Gravatar Skye Wanderman-Milne2018-09-11
| | | | * | | Merge remote-tracking branch 'upstream/master' into ENH/div_no_nan_treate_neg...Gravatar Yan Facai (颜发才)2018-09-11
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | | * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-11
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Register gradient for EnsureShape op. Currently this op cannot be used withinGravatar Sung Jin Hwang2018-09-10
* | | | | | | Merge pull request #22139 from yongtang:22110-tf.nn.depthwise_conv2dGravatar TensorFlower Gardener2018-09-10
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #22083 from facaiy:ENH/add_gradient_for_broadcast_toGravatar TensorFlower Gardener2018-09-10
|\ \ \ \ \ \ \ \
* | | | | | | | | Fix bug in copy optimization in Tensor slicing.Gravatar A. Unique TensorFlower2018-09-10
* | | | | | | | | No NaNs in the gradient of tf.clip_by_norm(0, norm).Gravatar Alexandre Passos2018-09-07
* | | | | | | | | Remove some undefined behavior in DynamicStitchOpGravatar Allen Lavoie2018-09-07
| |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Only enable test if gpu is available (NCHW does not have the CPU implementation)Gravatar Yong Tang2018-09-07
| | * | | | | | Pylint fixGravatar Yong Tang2018-09-07
| | * | | | | | Add test case for tf.nn.depthwise_conv2d with unkown input shapeGravatar Yong Tang2018-09-07
| |/ / / / / / |/| | | | | |
| * | | | | | TST: make scalar test cpu-onlyGravatar Yan Facai (颜发才)2018-09-07
* | | | | | | disabling a flaky test in py3Gravatar Olivia Nordquist2018-09-06