aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests
Commit message (Expand)AuthorAge
* cond_v2: raise an error if pred is a Python bool.Gravatar Skye Wanderman-Milne2018-10-10
* Delete dead code in batch_scatter_ops_test.Gravatar A. Unique TensorFlower2018-10-10
* Run while loop test that was not being run before.Gravatar A. Unique TensorFlower2018-10-10
* Part 2/3 of the update of tf.keras to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-09
* Avoid extra calls to set_random_seed, as it is already called inGravatar Gunhan Gulsoy2018-10-09
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Add tf.BenchmarkConfig that returns a session config appropriate for benchmar...Gravatar A. Unique TensorFlower2018-10-08
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | Simply the logic for bubbling captured tensors when building cond_v2 grad.Gravatar Saurabh Saxena2018-10-05
* | Orders non-resource-affecting stateful ops in defuns.Gravatar Alexandre Passos2018-10-05
* | Copy device from If op to the lowered ops.Gravatar Saurabh Saxena2018-10-05
* | Merge pull request #20476 from yongtang:06052018-bincount-shapeGravatar TensorFlower Gardener2018-10-05
|\ \
* | | Internal change.Gravatar Anna R2018-10-04
* | | Temporarily disable testCondInDefun test in control_flow_ops_py_testGravatar Smit Hinsu2018-10-04
* | | Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* | | Gracefully disallow updating resource variables with invalid shapes.Gravatar Asim Shankar2018-10-04
* | | Make batch_gather work with indices of dtype int64.Gravatar Adria Puigdomenech2018-10-04
* | | Disable norm_op_test and svd_op_test under msanGravatar Smit Hinsu2018-10-03
* | | Re-enable the arithmetic optimizer by default in tests.Gravatar A. Unique TensorFlower2018-10-03
* | | Fix bug in shape function for transpose: If the rank of the input is unknown ...Gravatar A. Unique TensorFlower2018-10-03
* | | Internal change.Gravatar Anna R2018-10-02
* | | Further loosen bounds for depthwise_conv_op_test.Gravatar Anna R2018-10-02
* | | Set shape for output tensors of cond_v2.Gravatar Saurabh Saxena2018-10-02
* | | Add missing `import unittest` to control_flow_ops_py_test.pyGravatar Todd Wang2018-10-02
* | | Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* | | Use xlogy in a few places in TFP to avoid NaN's for certain special cases.Gravatar A. Unique TensorFlower2018-10-02
* | | Loosen test bounds.Gravatar Revan Sopher2018-10-01
* | | Override implementation of log survival for Exponential distribution to bette...Gravatar A. Unique TensorFlower2018-10-01
* | | Make cond_v2 If op lowering work in a defun + eager.Gravatar Skye Wanderman-Milne2018-10-01
* | | Fixes possible out-of-bounds access by strided slice.Gravatar Alexandre Passos2018-10-01
* | | Add deprecation notice for BasicRNNCell, which will be replaced by keras.Simp...Gravatar Scott Zhu2018-10-01
* | | Merge pull request #22473 from wangsiyu:assign_in_part_varsGravatar TensorFlower Gardener2018-10-01
|\ \ \
* | | | Internal change.Gravatar A. Unique TensorFlower2018-09-28
* | | | Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
* | | | Support nested variants in CopyHostToDevice and CopyDeviceToHost.Gravatar Saurabh Saxena2018-09-27
* | | | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* | | | Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* | | | Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
* | | | Trivial change to softplus_op_test.py.Gravatar Todd Wang2018-09-26
| | | * Merge remote-tracking branch 'origin'Gravatar Cao Zongyan2018-09-26
| | | |\ | |_|_|/ |/| | |
* | | | Remove integer dtypes from Soft{plus,sign} OpDefs.Gravatar Todd Wang2018-09-25
* | | | Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* | | | Temporarily disable float16 tests in depthwise_conv_op_test. They seem to be ...Gravatar Anna R2018-09-25
* | | | Boosted trees: Adding categorical split support to prediction ops.Gravatar A. Unique TensorFlower2018-09-25
* | | | Use self.cached_session instead of self.test_session in linear_operator_circu...Gravatar A. Unique TensorFlower2018-09-25
| * | | fix back variabe nameGravatar wangsiyu2018-09-25
| * | | Merge branch 'master' of github.com:tensorflow/tensorflow into assign_in_part...Gravatar wangsiyu2018-09-25
| |\ \ \ | |/ / / |/| | |
* | | | Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
| | | * Fix build dependencies in tensorflow/cc/BUILD.Gravatar Cao Zongyan2018-09-25
* | | | BEGIN_PUBLICGravatar Alexandre Passos2018-09-24