| 235 | GetNextTestCases()) |
| 236 | |
| 237 | TEST_F(BatchDatasetOpTest, DatasetNodeName) { |
| 238 | auto batch_dataset_params = BatchDatasetParams1(); |
| 239 | TF_ASSERT_OK(Initialize(&batch_dataset_params)); |
| 240 | TF_ASSERT_OK(CheckDatasetNodeName(batch_dataset_params.node_name)); |
| 241 | } |
| 242 | |
| 243 | TEST_F(BatchDatasetOpTest, DatasetTypeString) { |
| 244 | auto batch_dataset_params = BatchDatasetParams1(); |
nothing calls this directly
no test coverage detected