Data set containing tiny 1D tensor shapes. */
| 41 | |
| 42 | /** Data set containing tiny 1D tensor shapes. */ |
| 43 | class Tiny1DShapes final : public ShapeDataset |
| 44 | { |
| 45 | public: |
| 46 | Tiny1DShapes() |
| 47 | : ShapeDataset("Shape", |
| 48 | { |
| 49 | TensorShape{2U}, |
| 50 | TensorShape{3U}, |
| 51 | }) |
| 52 | { |
| 53 | } |
| 54 | }; |
| 55 | |
| 56 | /** Data set containing small 1D tensor shapes. */ |
| 57 | class Small1DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected