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

Class Medium4DShapes

tests/datasets/ShapeDatasets.h:390–398  ·  view source on GitHub ↗

Data set containing medium 4D tensor shapes. */

Source from the content-addressed store, hash-verified

388
389/** Data set containing medium 4D tensor shapes. */
390class Medium4DShapes final : public ShapeDataset
391{
392public:
393 Medium4DShapes()
394 : ShapeDataset("Shape",
395 {TensorShape{42U, 37U, 8U, 15U}, TensorShape{57U, 60U, 13U, 8U}, TensorShape{83U, 72U, 14U, 5U}})
396 {
397 }
398};
399
400/** Data set containing large tensor shapes. */
401class LargeShapes final : public ShapeDataset

Callers 3

TEST_SUITEFunction · 0.85
StackLayer.cppFile · 0.85
StackLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected