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

Class Small5dShapes

tests/datasets/ShapeDatasets.h:599–611  ·  view source on GitHub ↗

Data set containing small 5D tensor shapes. */

Source from the content-addressed store, hash-verified

597
598/** Data set containing small 5D tensor shapes. */
599class Small5dShapes final : public ShapeDataset
600{
601public:
602 Small5dShapes()
603 : ShapeDataset("Shape",
604 {
605 TensorShape{5U, 5U, 7U, 4U, 3U},
606 TensorShape{5U, 5U, 4U, 13U, 2U},
607 TensorShape{5U, 5U, 3U, 5U, 2U},
608 })
609 {
610 }
611};
612
613/** Data set containing large 5x5 tensor shapes. */
614class Large5x5Shapes final : public ShapeDataset

Callers 2

Pooling3dLayer.cppFile · 0.85
Pooling3dLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected