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

Class SmallDeconvolutionShapes

tests/datasets/ShapeDatasets.h:722–731  ·  view source on GitHub ↗

Data set containing small tensor shapes for deconvolution. */

Source from the content-addressed store, hash-verified

720
721/** Data set containing small tensor shapes for deconvolution. */
722class SmallDeconvolutionShapes final : public ShapeDataset
723{
724public:
725 SmallDeconvolutionShapes()
726 : ShapeDataset("InputShape",
727 {// Multiple Vector Loops for FP32
728 TensorShape{5U, 4U, 3U, 2U}, TensorShape{5U, 5U, 3U}, TensorShape{11U, 13U, 4U, 3U}})
729 {
730 }
731};
732
733class SmallDeconvolutionShapesWithLargerChannels final : public ShapeDataset
734{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected