Searched defs:IteratorSaveAndRestoreTestCase (Results 1 – 4 of 4) sorted by relevance
308 struct IteratorSaveAndRestoreTestCase { struct309 T dataset_params;310 std::vector<int> breakpoints;311 std::vector<std::vector<Tensor>> expected_outputs;
457 struct IteratorSaveAndRestoreTestCase { struct458 T dataset_params;459 std::vector<int> breakpoints;460 std::vector<Tensor> expected_shuffle_outputs;
407 struct IteratorSaveAndRestoreTestCase { struct408 T dataset_params;409 std::vector<int> breakpoints;410 std::vector<std::vector<Tensor>> expected_outputs;
504 struct IteratorSaveAndRestoreTestCase { struct508 : dataset_params(std::move(dataset_params)), in dataset_params()513 T dataset_params;514 std::vector<int> breakpoints;515 std::vector<Tensor> expected_outputs;516 bool compare_order;