MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / SmallScatterMixedDataset

Class SmallScatterMixedDataset

tests/datasets/ScatterDataset.h:227–241  ·  view source on GitHub ↗

This dataset is for data types that does not require full testing. It contains selected tests from the above.

Source from the content-addressed store, hash-verified

225
226// This dataset is for data types that does not require full testing. It contains selected tests from the above.
227class SmallScatterMixedDataset final : public ScatterDataset
228{
229public:
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

Callers 2

Scatter.cppFile · 0.85
ScatterLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected