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

Class Small4DShapes

tests/datasets/ShapeDatasets.h:134–143  ·  view source on GitHub ↗

Data set containing small 4D tensor shapes. */

Source from the content-addressed store, hash-verified

132};
133/** Data set containing small 4D tensor shapes. */
134class Small4DShapes final : public ShapeDataset
135{
136public:
137 Small4DShapes()
138 : ShapeDataset("Shape",
139 {TensorShape{2U, 7U, 1U, 3U}, TensorShape{7U, 7U, 5U, 3U}, TensorShape{27U, 13U, 37U, 2U},
140 TensorShape{128U, 64U, 21U, 3U}})
141 {
142 }
143};
144
145/** Data set containing tiny tensor shapes. */
146class TinyShapes final : public ShapeDataset

Callers 15

Permute.cppFile · 0.85
Flatten.cppFile · 0.85
ReduceMean.cppFile · 0.85
SoftmaxLayer.cppFile · 0.85
StackLayer.cppFile · 0.85
Permute.cppFile · 0.85
CpuQuantize.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected