Data set containing large 1D tensor shapes. */
| 441 | |
| 442 | /** Data set containing large 1D tensor shapes. */ |
| 443 | class Large1DShapes final : public ShapeDataset |
| 444 | { |
| 445 | public: |
| 446 | Large1DShapes() : ShapeDataset("Shape", {TensorShape{1245U}}) |
| 447 | { |
| 448 | } |
| 449 | }; |
| 450 | |
| 451 | /** Data set containing large 2D tensor shapes. */ |
| 452 | class Large2DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected