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

Class Small3DShapes

tests/datasets/ShapeDatasets.h:103–118  ·  view source on GitHub ↗

Data set containing small 3D tensor shapes. */

Source from the content-addressed store, hash-verified

101
102/** Data set containing small 3D tensor shapes. */
103class Small3DShapes final : public ShapeDataset
104{
105public:
106 Small3DShapes()
107 : ShapeDataset("Shape",
108 {
109 TensorShape{1U, 7U, 7U},
110 TensorShape{2U, 5U, 4U},
111
112 TensorShape{7U, 7U, 5U},
113 TensorShape{16U, 16U, 5U},
114 TensorShape{27U, 13U, 37U},
115 })
116 {
117 }
118};
119
120/** Data set containing tiny 4D tensor shapes. */
121class Tiny4DShapes final : public ShapeDataset

Callers 15

Permute.cppFile · 0.85
Reverse.cppFile · 0.85
Unstack.cppFile · 0.85
PadLayer.cppFile · 0.85
Flatten.cppFile · 0.85
TEST_SUITEFunction · 0.85
StackLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected