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

Class SmallScatterScalarDataset

tests/datasets/ScatterDataset.h:213–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211};
212
213class SmallScatterScalarDataset final : public ScatterDataset
214{
215public:
216 // batched scalar case
217 SmallScatterScalarDataset()
218 {
219 add_config(TensorShape(6U, 5U), TensorShape(6U), TensorShape(2U, 6U), TensorShape(6U, 5U));
220 add_config(TensorShape(6U, 5U), TensorShape(6U, 6U), TensorShape(2U, 6U, 6U), TensorShape(6U, 5U));
221 add_config(TensorShape(3U, 3U, 6U, 5U), TensorShape(6U, 6U), TensorShape(4U, 6U, 6U),
222 TensorShape(3U, 3U, 6U, 5U));
223 }
224};
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

Callers 2

Scatter.cppFile · 0.85
ScatterLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected