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

Class SmallImageShapes

tests/datasets/ShapeDatasets.h:945–956  ·  view source on GitHub ↗

Data set containing 2D tensor shapes relative to an image size. */

Source from the content-addressed store, hash-verified

943
944/** Data set containing 2D tensor shapes relative to an image size. */
945class SmallImageShapes final : public ShapeDataset
946{
947public:
948 SmallImageShapes()
949 : ShapeDataset("Shape",
950 {
951 TensorShape{640U, 480U},
952 TensorShape{800U, 600U},
953 })
954 {
955 }
956};
957
958/** Data set containing 2D tensor shapes relative to an image size. */
959class LargeImageShapes final : public ShapeDataset

Callers 2

Scale.cppFile · 0.85
Scale.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected