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

Class Large3DShapes

tests/datasets/ShapeDatasets.h:461–467  ·  view source on GitHub ↗

Data set containing large 3D tensor shapes. */

Source from the content-addressed store, hash-verified

459
460/** Data set containing large 3D tensor shapes. */
461class Large3DShapes final : public ShapeDataset
462{
463public:
464 Large3DShapes() : ShapeDataset("Shape", {TensorShape{320U, 240U, 3U}})
465 {
466 }
467};
468
469/** Data set containing large 4D tensor shapes. */
470class Large4DShapes final : public ShapeDataset

Calls

no outgoing calls

Tested by

no test coverage detected