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

Class Small2DShapes

tests/datasets/ShapeDatasets.h:80–86  ·  view source on GitHub ↗

Data set containing small 2D tensor shapes. */

Source from the content-addressed store, hash-verified

78};
79/** Data set containing small 2D tensor shapes. */
80class Small2DShapes final : public ShapeDataset
81{
82public:
83 Small2DShapes() : ShapeDataset("Shape", {TensorShape{1U, 7U}, TensorShape{5U, 13U}, TensorShape{32U, 64U}})
84 {
85 }
86};
87
88/** Data set containing tiny 3D tensor shapes. */
89class Tiny3DShapes final : public ShapeDataset

Calls

no outgoing calls

Tested by

no test coverage detected