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

Class Large2DShapes

tests/datasets/ShapeDatasets.h:452–458  ·  view source on GitHub ↗

Data set containing large 2D tensor shapes. */

Source from the content-addressed store, hash-verified

450
451/** Data set containing large 2D tensor shapes. */
452class Large2DShapes final : public ShapeDataset
453{
454public:
455 Large2DShapes() : ShapeDataset("Shape", {TensorShape{1245U, 652U}})
456 {
457 }
458};
459
460/** Data set containing large 3D tensor shapes. */
461class Large3DShapes final : public ShapeDataset

Callers 4

Transpose.cppFile · 0.85
Transpose.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected