Data set containing large softmax layer shapes. */
| 916 | |
| 917 | /** Data set containing large softmax layer shapes. */ |
| 918 | class SoftmaxLayerLargeShapes final : public ShapeDataset |
| 919 | { |
| 920 | public: |
| 921 | SoftmaxLayerLargeShapes() |
| 922 | : ShapeDataset("Shape", |
| 923 | {TensorShape{1000U, 10U} |
| 924 | |
| 925 | }) |
| 926 | { |
| 927 | } |
| 928 | }; |
| 929 | |
| 930 | /** Data set containing large and small softmax layer 4D shapes. */ |
| 931 | class SoftmaxLayer4DShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected