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

Class TinyShapes

tests/datasets/ShapeDatasets.h:146–158  ·  view source on GitHub ↗

Data set containing tiny tensor shapes. */

Source from the content-addressed store, hash-verified

144
145/** Data set containing tiny tensor shapes. */
146class TinyShapes final : public ShapeDataset
147{
148public:
149 TinyShapes()
150 : ShapeDataset("Shape",
151 {
152 // Batch size 1
153 TensorShape{1U, 9U},
154 TensorShape{27U, 13U, 2U},
155 })
156 {
157 }
158};
159/** Data set containing small tensor shapes with none of the dimensions equal to 1 (unit). */
160class SmallNoneUnitShapes final : public ShapeDataset
161{

Callers 6

CpuSub.cppFile · 0.85
CpuAdd.cppFile · 0.85
GEMMLowp.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected