Searched refs:component_split_2_1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_from_variant_op_test.cc | 193 const std::vector<int64> component_split_2_1 = {0, 1, 2}; in TEST_F() local 224 {component_split_2_1}, TensorShape({2}), component_values_2); in TEST_F() 268 const std::vector<int64> component_split_2_1 = {0, 2, 4, 5, 6, 8}; in TEST_F() local 299 {component_split_2_1, component_split_2_2}, TensorShape({11}), in TEST_F() 322 const std::vector<int64> component_split_2_1 = {0}; in TEST_F() local 337 {component_split_2_1}, TensorShape({0}), {}); // Empty row. in TEST_F() 356 const std::vector<int64> component_split_2_1 = {0, 1, 2}; in TEST_F() local 372 {component_split_2_1}, TensorShape({2, 2}), component_values_2); in TEST_F() 393 const std::vector<int> component_split_2_1 = {0, 1, 2}; in TEST_F() local 424 {component_split_2_1}, TensorShape({2}), component_values_2); in TEST_F() [all …]
|