Data set containing small tensor shapes for deconvolution. */
| 720 | |
| 721 | /** Data set containing small tensor shapes for deconvolution. */ |
| 722 | class SmallDeconvolutionShapes final : public ShapeDataset |
| 723 | { |
| 724 | public: |
| 725 | SmallDeconvolutionShapes() |
| 726 | : ShapeDataset("InputShape", |
| 727 | {// Multiple Vector Loops for FP32 |
| 728 | TensorShape{5U, 4U, 3U, 2U}, TensorShape{5U, 5U, 3U}, TensorShape{11U, 13U, 4U, 3U}}) |
| 729 | { |
| 730 | } |
| 731 | }; |
| 732 | |
| 733 | class SmallDeconvolutionShapesWithLargerChannels final : public ShapeDataset |
| 734 | { |
no outgoing calls
no test coverage detected