Data set containing tiny 3D tensor shapes. */
| 87 | |
| 88 | /** Data set containing tiny 3D tensor shapes. */ |
| 89 | class Tiny3DShapes final : public ShapeDataset |
| 90 | { |
| 91 | public: |
| 92 | Tiny3DShapes() |
| 93 | : ShapeDataset("Shape", |
| 94 | { |
| 95 | TensorShape{7U, 7U, 5U}, |
| 96 | TensorShape{23U, 13U, 9U}, |
| 97 | }) |
| 98 | { |
| 99 | } |
| 100 | }; |
| 101 | |
| 102 | /** Data set containing small 3D tensor shapes. */ |
| 103 | class Small3DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected