Data set containing medium 2D tensor shapes. */
| 366 | |
| 367 | /** Data set containing medium 2D tensor shapes. */ |
| 368 | class Medium2DShapes final : public ShapeDataset |
| 369 | { |
| 370 | public: |
| 371 | Medium2DShapes() |
| 372 | : ShapeDataset("Shape", |
| 373 | {TensorShape{42U, 37U}, TensorShape{57U, 60U}, TensorShape{128U, 64U}, TensorShape{83U, 72U}, |
| 374 | TensorShape{40U, 40U}}) |
| 375 | { |
| 376 | } |
| 377 | }; |
| 378 | |
| 379 | /** Data set containing medium 3D tensor shapes. */ |
| 380 | class Medium3DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected