Data set containing tensor shapes for ConcatenateLayer. */
| 861 | |
| 862 | /** Data set containing tensor shapes for ConcatenateLayer. */ |
| 863 | class ConcatenateLayerShapes final : public ShapeDataset |
| 864 | { |
| 865 | public: |
| 866 | ConcatenateLayerShapes() |
| 867 | : ShapeDataset("Shape", |
| 868 | {TensorShape{232U, 65U, 3U}, TensorShape{432U, 65U, 3U}, TensorShape{124U, 65U, 3U}, |
| 869 | TensorShape{124U, 65U, 3U, 4U}}) |
| 870 | { |
| 871 | } |
| 872 | }; |
| 873 | |
| 874 | /** Data set containing global pooling tensor shapes. */ |
| 875 | class GlobalPoolingShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected