Data set containing small 1D tensor shapes. */
| 55 | |
| 56 | /** Data set containing small 1D tensor shapes. */ |
| 57 | class Small1DShapes final : public ShapeDataset |
| 58 | { |
| 59 | public: |
| 60 | Small1DShapes() |
| 61 | : ShapeDataset("Shape", {TensorShape{128U}, TensorShape{256U}, TensorShape{512U}, TensorShape{1024U}}) |
| 62 | { |
| 63 | } |
| 64 | }; |
| 65 | |
| 66 | /** Data set containing tiny 2D tensor shapes. */ |
| 67 | class Tiny2DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected