Searched refs:rt_grad (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 509 rt_grad = [[9, 8, 7], [6], [3, 2]], 518 rt_grad = [[9, 8, 7], [5], [1, 0]], 529 rt_grad = [[9, 8, 7], [6], [3, 2, 1, 0, 0], [2]], 540 rt_grad = [[[1, 2, 0], [3]], [[5, 6]]], 550 rt_grad = [[[1, 2], [3, 4]], [[5, 6]]], 560 rt_grad = [[[1, 2], [3, 4]], [[5, 6]]], 570 rt_grad = [[[1, 2], [3, 4]], [[5, 6]]], 580 rt_grad = [[[[1], [2]], [[3], [4]]], [[[7], [8]]]], 594 rt_grad = [[[[1], [2]], [[3], [4]]], [[[7], [8]]]], 607 rt_grad = [[0, 0], [0, 0, 0], [0]], [all …]
|