Searched defs:GetNextTestCase (Results 1 – 4 of 4) sorted by relevance
248 struct GetNextTestCase { struct249 T dataset_params;250 std::vector<Tensor> expected_shuffle_outputs;251 std::vector<Tensor> expected_reshuffle_outputs;
110 struct GetNextTestCase { struct111 T dataset_params;112 std::vector<std::vector<Tensor>> expected_outputs;
240 struct GetNextTestCase { struct241 T dataset_params;242 std::vector<std::vector<Tensor>> expected_outputs;
418 struct GetNextTestCase { struct421 : dataset_params(std::move(dataset_params)), in dataset_params()425 T dataset_params;426 std::vector<Tensor> expected_outputs;427 bool compare_order;