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

Class Tiny3DShapes

tests/datasets/ShapeDatasets.h:89–100  ·  view source on GitHub ↗

Data set containing tiny 3D tensor shapes. */

Source from the content-addressed store, hash-verified

87
88/** Data set containing tiny 3D tensor shapes. */
89class Tiny3DShapes final : public ShapeDataset
90{
91public:
92 Tiny3DShapes()
93 : ShapeDataset("Shape",
94 {
95 TensorShape{7U, 7U, 5U},
96 TensorShape{23U, 13U, 9U},
97 })
98 {
99 }
100};
101
102/** Data set containing small 3D tensor shapes. */
103class Small3DShapes final : public ShapeDataset

Calls

no outgoing calls

Tested by

no test coverage detected