Data set containing small 5D tensor shapes. */
| 597 | |
| 598 | /** Data set containing small 5D tensor shapes. */ |
| 599 | class Small5dShapes final : public ShapeDataset |
| 600 | { |
| 601 | public: |
| 602 | Small5dShapes() |
| 603 | : ShapeDataset("Shape", |
| 604 | { |
| 605 | TensorShape{5U, 5U, 7U, 4U, 3U}, |
| 606 | TensorShape{5U, 5U, 4U, 13U, 2U}, |
| 607 | TensorShape{5U, 5U, 3U, 5U, 2U}, |
| 608 | }) |
| 609 | { |
| 610 | } |
| 611 | }; |
| 612 | |
| 613 | /** Data set containing large 5x5 tensor shapes. */ |
| 614 | class Large5x5Shapes final : public ShapeDataset |
no outgoing calls
no test coverage detected