Data set containing tiny 4D tensor shapes. */
| 119 | |
| 120 | /** Data set containing tiny 4D tensor shapes. */ |
| 121 | class Tiny4DShapes final : public ShapeDataset |
| 122 | { |
| 123 | public: |
| 124 | Tiny4DShapes() |
| 125 | : ShapeDataset("Shape", |
| 126 | { |
| 127 | TensorShape{2U, 7U, 5U, 3U}, |
| 128 | TensorShape{17U, 13U, 7U, 2U}, |
| 129 | }) |
| 130 | { |
| 131 | } |
| 132 | }; |
| 133 | /** Data set containing small 4D tensor shapes. */ |
| 134 | class Small4DShapes final : public ShapeDataset |
| 135 | { |
no outgoing calls
no test coverage detected