Data set containing large 2D tensor shapes. */
| 450 | |
| 451 | /** Data set containing large 2D tensor shapes. */ |
| 452 | class Large2DShapes final : public ShapeDataset |
| 453 | { |
| 454 | public: |
| 455 | Large2DShapes() : ShapeDataset("Shape", {TensorShape{1245U, 652U}}) |
| 456 | { |
| 457 | } |
| 458 | }; |
| 459 | |
| 460 | /** Data set containing large 3D tensor shapes. */ |
| 461 | class Large3DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected