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

Class Tiny4DShapes

tests/datasets/ShapeDatasets.h:121–132  ·  view source on GitHub ↗

Data set containing tiny 4D tensor shapes. */

Source from the content-addressed store, hash-verified

119
120/** Data set containing tiny 4D tensor shapes. */
121class Tiny4DShapes final : public ShapeDataset
122{
123public:
124 Tiny4DShapes()
125 : ShapeDataset("Shape",
126 {
127 TensorShape{2U, 7U, 5U, 3U},
128 TensorShape{17U, 13U, 7U, 2U},
129 })
130 {
131 }
132};
133/** Data set containing small 4D tensor shapes. */
134class Small4DShapes final : public ShapeDataset
135{

Calls

no outgoing calls

Tested by

no test coverage detected