Searched refs:batched_splits_3 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_variant_op_test.cc | 255 const std::vector<int64> batched_splits_3 = {0, 2, 3, 4, 5, 6, in TEST_F() local 261 {batched_splits_1, batched_splits_2, batched_splits_3}, TensorShape({14}), in TEST_F() 292 const std::vector<int> batched_splits_3 = {0, 2, 3, 4, 5, 6, in TEST_F() local 298 {batched_splits_1, batched_splits_2, batched_splits_3}, TensorShape({14}), in TEST_F()
|
D | ragged_tensor_from_variant_op_test.cc | 206 const std::vector<int64> batched_splits_3 = { in TEST_F() local 218 test::FillValues<int64>(&expected_splits_3, batched_splits_3); in TEST_F() 274 const std::vector<int64> batched_splits_3 = {0, 1, 3, 4, 6, 8, 10, in TEST_F() local 291 test::FillValues<int64>(&expected_splits_3, batched_splits_3); in TEST_F() 406 const std::vector<int> batched_splits_3 = {0, 1, 2, 3, 5, 7, 8, 9, 11, in TEST_F() local 418 test::FillValues<int>(&expected_splits_3, batched_splits_3); in TEST_F()
|