Data set containing large 5D tensor shapes. */
| 621 | |
| 622 | /** Data set containing large 5D tensor shapes. */ |
| 623 | class Large5dShapes final : public ShapeDataset |
| 624 | { |
| 625 | public: |
| 626 | Large5dShapes() : ShapeDataset("Shape", {TensorShape{30U, 40U, 30U, 32U, 3U}}) |
| 627 | { |
| 628 | } |
| 629 | }; |
| 630 | |
| 631 | /** Data set containing small 5x1 tensor shapes. */ |
| 632 | class Small5x1Shapes final : public ShapeDataset |
no outgoing calls
no test coverage detected