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

Class SmallDirectConv3DShapes

tests/datasets/ShapeDatasets.h:771–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769};
770
771class SmallDirectConv3DShapes final : public ShapeDataset
772{
773public:
774 SmallDirectConv3DShapes()
775 : ShapeDataset("InputShape",
776 {
777 // Batch size 2
778 TensorShape{1U, 3U, 4U, 5U, 2U},
779 // Batch size 3
780 TensorShape{7U, 27U, 3U, 6U, 3U},
781 // Batch size 1
782 TensorShape{32U, 37U, 13U, 1U, 1U},
783 })
784 {
785 }
786};
787
788/** Data set containing small tensor shapes for direct convolution. */
789class SmallDirectConvolutionTensorShiftShapes final : public ShapeDataset

Callers 1

Convolution3D.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected