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

Class SmallDirectConvolutionShapes

tests/datasets/ShapeDatasets.h:756–769  ·  view source on GitHub ↗

Data set containing small tensor shapes for direct convolution. */

Source from the content-addressed store, hash-verified

754};
755/** Data set containing small tensor shapes for direct convolution. */
756class SmallDirectConvolutionShapes final : public ShapeDataset
757{
758public:
759 SmallDirectConvolutionShapes()
760 : ShapeDataset("InputShape",
761 {
762 // Batch size 1
763 TensorShape{32U, 37U, 3U},
764 // Batch size 4
765 TensorShape{6U, 9U, 5U, 4U},
766 })
767 {
768 }
769};
770
771class SmallDirectConv3DShapes final : public ShapeDataset
772{

Calls

no outgoing calls

Tested by

no test coverage detected