This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
tensorflow
/
python
/
kernel_tests
/
array_ops
History
Yanhua Sun
a5dbf466e2
disable cuda-asan test
...
PiperOrigin-RevId: 343568512 Change-Id: I6e90587769061d55309ee469114d0c87f2d0914e
2020-11-20 15:12:00 -08:00
..
batch_gather_op_test.py
Disabling the single test for xla since in XLA gather doesn't error out.
2020-07-28 23:51:46 -07:00
BUILD
disable cuda-asan test
2020-11-20 15:12:00 -08:00
gather_op_test.py
PR
#42549
: Fix GatherV2 shape inference
2020-09-18 17:03:30 -07:00
scatter_nd_ops_test.py
Updating documentation for tf.scatter_nd_update to reflect the actual implementation, which is in case of duplicates we pick the first one. Also added tests for both CPU and GPU to assert this behavior.
2020-09-27 09:14:24 -07:00
slice_op_test.py
Removing run_v1_decorators for slice_op_test. Also moving it to kernel_tests/array_ops folder.
2020-07-31 00:07:19 -07:00
stack_op_test.py
tf.parallel_stack is implemented as a graph rewrite and therefore has no support in eager mode. Added documentation to parallel_stack and raising an error now to reflect that.
2020-10-31 05:12:03 -07:00
unstack_op_test.py
Remove @test_util.run_deprecated_v1 in unstack_op_test.py
2020-07-30 23:53:07 -07:00