Searched defs:GetNextTestCase (Results 1 – 4 of 4) sorted by relevance
244 struct GetNextTestCase { struct245 T dataset_params;246 std::vector<Tensor> expected_shuffle_outputs;247 std::vector<Tensor> expected_reshuffle_outputs;
106 struct GetNextTestCase { struct107 T dataset_params;108 std::vector<std::vector<Tensor>> expected_outputs;
235 struct GetNextTestCase { struct236 T dataset_params;237 std::vector<std::vector<Tensor>> expected_outputs;
372 struct GetNextTestCase { struct375 : dataset_params(std::move(dataset_params)), in dataset_params()379 T dataset_params;380 std::vector<Tensor> expected_outputs;381 bool compare_order;