Data set containing small 2D tensor shapes. */
| 1038 | |
| 1039 | /** Data set containing small 2D tensor shapes. */ |
| 1040 | class Small2DNonMaxSuppressionShapes final : public ShapeDataset |
| 1041 | { |
| 1042 | public: |
| 1043 | Small2DNonMaxSuppressionShapes() |
| 1044 | : ShapeDataset("Shape", {TensorShape{4U, 7U}, TensorShape{4U, 13U}, TensorShape{4U, 64U}}) |
| 1045 | { |
| 1046 | } |
| 1047 | }; |
| 1048 | |
| 1049 | /** Data set containing large 2D tensor shapes. */ |
| 1050 | class Large2DNonMaxSuppressionShapes final : public ShapeDataset |
no outgoing calls
no test coverage detected