D | ragged_tensor_to_variant_op_test.cc | 133 const std::vector<int> batched_values = {1, 2, 3, 4, 5, 6}; variable 136 batched_values, true); 162 const std::vector<int> batched_values = {1, 2, 4, 5, 6, 7}; variable 165 {batched_splits}, TensorShape({3, 2}), batched_values, true); 188 const std::vector<int> batched_values = {1, 2, 4, 5, 6, 7}; variable 191 TensorShape({3, 2}), batched_values, 214 const std::vector<int> batched_values = {1, 2, 3, 4, 5, 6, 7, 8, in TEST_F() local 218 TensorShape({15}), batched_values, in TEST_F() 257 const std::vector<int> batched_values = {0, 1, 1, 2, 2, 3, 4, in TEST_F() local 262 batched_values, true); in TEST_F() [all …]
|