Searched refs:expected_splits_3 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_from_variant_op_test.cc | 115 Tensor expected_splits_3(DT_INT64, TensorShape({6})); in TEST_F() local 120 test::FillValues<int64>(&expected_splits_3, split_2); in TEST_F() 132 test::ExpectTensorEqual<int64>(*GetOutput(2), expected_splits_3); in TEST_F() 213 Tensor expected_splits_3(DT_INT64, TensorShape({17})); in TEST_F() local 218 test::FillValues<int64>(&expected_splits_3, batched_splits_3); in TEST_F() 243 test::ExpectTensorEqual<int64>(*GetOutput(2), expected_splits_3); in TEST_F() 286 Tensor expected_splits_3(DT_INT64, TensorShape({21})); in TEST_F() local 291 test::FillValues<int64>(&expected_splits_3, batched_splits_3); in TEST_F() 311 test::ExpectTensorEqual<int64>(*GetOutput(2), expected_splits_3); in TEST_F() 413 Tensor expected_splits_3(DT_INT32, TensorShape({17})); in TEST_F() local [all …]
|