Searched defs:IteratorSaveAndRestoreTestCase (Results 1 – 4 of 4) sorted by relevance
304 struct IteratorSaveAndRestoreTestCase { struct305 T dataset_params;306 std::vector<int> breakpoints;307 std::vector<std::vector<Tensor>> expected_outputs;
452 struct IteratorSaveAndRestoreTestCase { struct453 T dataset_params;454 std::vector<int> breakpoints;455 std::vector<Tensor> expected_shuffle_outputs;
402 struct IteratorSaveAndRestoreTestCase { struct403 T dataset_params;404 std::vector<int> breakpoints;405 std::vector<std::vector<Tensor>> expected_outputs;
458 struct IteratorSaveAndRestoreTestCase { struct462 : dataset_params(std::move(dataset_params)), in dataset_params()467 T dataset_params;468 std::vector<int> breakpoints;469 std::vector<Tensor> expected_outputs;470 bool compare_order;