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

Class Medium2DShapes

tests/datasets/ShapeDatasets.h:368–377  ·  view source on GitHub ↗

Data set containing medium 2D tensor shapes. */

Source from the content-addressed store, hash-verified

366
367/** Data set containing medium 2D tensor shapes. */
368class Medium2DShapes final : public ShapeDataset
369{
370public:
371 Medium2DShapes()
372 : ShapeDataset("Shape",
373 {TensorShape{42U, 37U}, TensorShape{57U, 60U}, TensorShape{128U, 64U}, TensorShape{83U, 72U},
374 TensorShape{40U, 40U}})
375 {
376 }
377};
378
379/** Data set containing medium 3D tensor shapes. */
380class Medium3DShapes final : public ShapeDataset

Callers 2

StackLayer.cppFile · 0.85
StackLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected