Data set containing large tensor shapes. */
| 399 | |
| 400 | /** Data set containing large tensor shapes. */ |
| 401 | class LargeShapes final : public ShapeDataset |
| 402 | { |
| 403 | public: |
| 404 | LargeShapes() |
| 405 | : ShapeDataset("Shape", |
| 406 | { |
| 407 | TensorShape{582U, 131U, 1U, 4U}, |
| 408 | }) |
| 409 | { |
| 410 | } |
| 411 | }; |
| 412 | |
| 413 | /** Data set containing large tensor shapes. */ |
| 414 | class LargeShapesNoBatches final : public ShapeDataset |
no outgoing calls
no test coverage detected