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

Class Small2DNonMaxSuppressionShapes

tests/datasets/ShapeDatasets.h:1040–1047  ·  view source on GitHub ↗

Data set containing small 2D tensor shapes. */

Source from the content-addressed store, hash-verified

1038
1039/** Data set containing small 2D tensor shapes. */
1040class Small2DNonMaxSuppressionShapes final : public ShapeDataset
1041{
1042public:
1043 Small2DNonMaxSuppressionShapes()
1044 : ShapeDataset("Shape", {TensorShape{4U, 7U}, TensorShape{4U, 13U}, TensorShape{4U, 64U}})
1045 {
1046 }
1047};
1048
1049/** Data set containing large 2D tensor shapes. */
1050class Large2DNonMaxSuppressionShapes final : public ShapeDataset

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected