Data set containing medium 4D tensor shapes. */
| 388 | |
| 389 | /** Data set containing medium 4D tensor shapes. */ |
| 390 | class Medium4DShapes final : public ShapeDataset |
| 391 | { |
| 392 | public: |
| 393 | Medium4DShapes() |
| 394 | : ShapeDataset("Shape", |
| 395 | {TensorShape{42U, 37U, 8U, 15U}, TensorShape{57U, 60U, 13U, 8U}, TensorShape{83U, 72U, 14U, 5U}}) |
| 396 | { |
| 397 | } |
| 398 | }; |
| 399 | |
| 400 | /** Data set containing large tensor shapes. */ |
| 401 | class LargeShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected