Data set containing small 2D tensor shapes. */
| 78 | }; |
| 79 | /** Data set containing small 2D tensor shapes. */ |
| 80 | class Small2DShapes final : public ShapeDataset |
| 81 | { |
| 82 | public: |
| 83 | Small2DShapes() : ShapeDataset("Shape", {TensorShape{1U, 7U}, TensorShape{5U, 13U}, TensorShape{32U, 64U}}) |
| 84 | { |
| 85 | } |
| 86 | }; |
| 87 | |
| 88 | /** Data set containing tiny 3D tensor shapes. */ |
| 89 | class Tiny3DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected