This dataset is for data types that does not require full testing. It contains selected tests from the above.
| 225 | |
| 226 | // This dataset is for data types that does not require full testing. It contains selected tests from the above. |
| 227 | class SmallScatterMixedDataset final : public ScatterDataset |
| 228 | { |
| 229 | public: |
| 230 | SmallScatterMixedDataset() |
| 231 | { |
| 232 | add_config(TensorShape(10U), TensorShape(2U), TensorShape(1U, 2U), TensorShape(10U)); |
| 233 | add_config(TensorShape(9U, 3U, 4U), TensorShape(9U, 3U, 2U), TensorShape(1U, 2U), TensorShape(9U, 3U, 4U)); |
| 234 | add_config(TensorShape(6U, 5U), TensorShape(6U, 6U), TensorShape(2U, 6U, 6U), TensorShape(6U, 5U)); |
| 235 | add_config(TensorShape(35U, 4U, 3U, 2U, 2U), TensorShape(35U, 4U), TensorShape(4U, 4U), |
| 236 | TensorShape(35U, 4U, 3U, 2U, 2U)); |
| 237 | add_config(TensorShape(11U, 3U, 3U, 2U, 4U), TensorShape(11U, 3U, 3U, 4U), TensorShape(2U, 4U), |
| 238 | TensorShape(11U, 3U, 3U, 2U, 4U)); |
| 239 | add_config(TensorShape(6U, 5U, 2U), TensorShape(6U, 2U, 2U), TensorShape(2U, 2U, 2U), TensorShape(6U, 5U, 2U)); |
| 240 | } |
| 241 | }; |
| 242 | } // namespace datasets |
| 243 | } // namespace test |
| 244 | } // namespace arm_compute |
no outgoing calls
no test coverage detected