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

Class LargeShapes

tests/datasets/ShapeDatasets.h:401–411  ·  view source on GitHub ↗

Data set containing large tensor shapes. */

Source from the content-addressed store, hash-verified

399
400/** Data set containing large tensor shapes. */
401class LargeShapes final : public ShapeDataset
402{
403public:
404 LargeShapes()
405 : ShapeDataset("Shape",
406 {
407 TensorShape{582U, 131U, 1U, 4U},
408 })
409 {
410 }
411};
412
413/** Data set containing large tensor shapes. */
414class LargeShapesNoBatches final : public ShapeDataset

Callers 15

Reverse.cppFile · 0.85
Select.cppFile · 0.85
AddMulAdd.cppFile · 0.85
Tile.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected