Data set containing large and small softmax layer 4D shapes. */
| 929 | |
| 930 | /** Data set containing large and small softmax layer 4D shapes. */ |
| 931 | class SoftmaxLayer4DShapes final : public ShapeDataset |
| 932 | { |
| 933 | public: |
| 934 | SoftmaxLayer4DShapes() |
| 935 | : ShapeDataset("Shape", |
| 936 | { |
| 937 | TensorShape{9U, 9U, 9U, 9U}, |
| 938 | TensorShape{31U, 10U, 1U, 9U}, |
| 939 | }) |
| 940 | { |
| 941 | } |
| 942 | }; |
| 943 | |
| 944 | /** Data set containing 2D tensor shapes relative to an image size. */ |
| 945 | class SmallImageShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected