Data set containing medium 3D tensor shapes. */
| 378 | |
| 379 | /** Data set containing medium 3D tensor shapes. */ |
| 380 | class Medium3DShapes final : public ShapeDataset |
| 381 | { |
| 382 | public: |
| 383 | Medium3DShapes() |
| 384 | : ShapeDataset("Shape", {TensorShape{42U, 37U, 8U}, TensorShape{57U, 60U, 13U}, TensorShape{83U, 72U, 14U}}) |
| 385 | { |
| 386 | } |
| 387 | }; |
| 388 | |
| 389 | /** Data set containing medium 4D tensor shapes. */ |
| 390 | class Medium4DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected