Data set containing small 4D tensor shapes. */
| 132 | }; |
| 133 | /** Data set containing small 4D tensor shapes. */ |
| 134 | class Small4DShapes final : public ShapeDataset |
| 135 | { |
| 136 | public: |
| 137 | Small4DShapes() |
| 138 | : ShapeDataset("Shape", |
| 139 | {TensorShape{2U, 7U, 1U, 3U}, TensorShape{7U, 7U, 5U, 3U}, TensorShape{27U, 13U, 37U, 2U}, |
| 140 | TensorShape{128U, 64U, 21U, 3U}}) |
| 141 | { |
| 142 | } |
| 143 | }; |
| 144 | |
| 145 | /** Data set containing tiny tensor shapes. */ |
| 146 | class TinyShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected