Data set containing small softmax layer shapes. */
| 900 | |
| 901 | /** Data set containing small softmax layer shapes. */ |
| 902 | class SoftmaxLayerSmallShapes final : public ShapeDataset |
| 903 | { |
| 904 | public: |
| 905 | SoftmaxLayerSmallShapes() |
| 906 | : ShapeDataset("Shape", |
| 907 | { |
| 908 | TensorShape{1U, 9U}, |
| 909 | TensorShape{256U, 10U}, |
| 910 | TensorShape{353U, 8U}, |
| 911 | TensorShape{781U, 5U}, |
| 912 | }) |
| 913 | { |
| 914 | } |
| 915 | }; |
| 916 | |
| 917 | /** Data set containing large softmax layer shapes. */ |
| 918 | class SoftmaxLayerLargeShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected