Searched refs:expected_splits_2 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_from_variant_op_test.cc | 86 Tensor expected_splits_2(DT_INT64, TensorShape({6})); in TEST_F() local 90 test::FillValues<int64>(&expected_splits_2, split_2); in TEST_F() 101 test::ExpectTensorEqual<int64>(*GetOutput(1), expected_splits_2); in TEST_F() 114 Tensor expected_splits_2(DT_INT64, TensorShape({6})); in TEST_F() local 119 test::FillValues<int64>(&expected_splits_2, split_1); in TEST_F() 131 test::ExpectTensorEqual<int64>(*GetOutput(1), expected_splits_2); in TEST_F() 165 Tensor expected_splits_2(DT_INT64, TensorShape({5})); in TEST_F() local 169 test::FillValues<int64>(&expected_splits_2, batched_splits_2); in TEST_F() 181 test::ExpectTensorEqual<int64>(*GetOutput(1), expected_splits_2); in TEST_F() 212 Tensor expected_splits_2(DT_INT64, TensorShape({11})); in TEST_F() local [all …]
|