Searched refs:component_split_1_1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_from_variant_op_test.cc | 192 const std::vector<int64> component_split_1_1 = {0, 1}; in TEST_F() local 222 {component_split_1_1}, TensorShape({1}), component_values_1); in TEST_F() 266 const std::vector<int64> component_split_1_1 = {0, 1, 3, 4, 6, 8}; in TEST_F() local 296 {component_split_1_1, component_split_1_2}, TensorShape({11}), in TEST_F() 320 const std::vector<int64> component_split_1_1 = {0, 3, 3}; in TEST_F() local 335 {component_split_1_1}, TensorShape({3}), component_values_1); in TEST_F() 354 const std::vector<int64> component_split_1_1 = {0, 1}; in TEST_F() local 370 {component_split_1_1}, TensorShape({1, 2}), component_values_1); in TEST_F() 392 const std::vector<int> component_split_1_1 = {0, 1}; in TEST_F() local 422 {component_split_1_1}, TensorShape({1}), component_values_1); in TEST_F() [all …]
|