Data set containing large 3D tensor shapes. */
| 459 | |
| 460 | /** Data set containing large 3D tensor shapes. */ |
| 461 | class Large3DShapes final : public ShapeDataset |
| 462 | { |
| 463 | public: |
| 464 | Large3DShapes() : ShapeDataset("Shape", {TensorShape{320U, 240U, 3U}}) |
| 465 | { |
| 466 | } |
| 467 | }; |
| 468 | |
| 469 | /** Data set containing large 4D tensor shapes. */ |
| 470 | class Large4DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected