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

Class Medium3DShapes

tests/datasets/ShapeDatasets.h:380–387  ·  view source on GitHub ↗

Data set containing medium 3D tensor shapes. */

Source from the content-addressed store, hash-verified

378
379/** Data set containing medium 3D tensor shapes. */
380class Medium3DShapes final : public ShapeDataset
381{
382public:
383 Medium3DShapes()
384 : ShapeDataset("Shape", {TensorShape{42U, 37U, 8U}, TensorShape{57U, 60U, 13U}, TensorShape{83U, 72U, 14U}})
385 {
386 }
387};
388
389/** Data set containing medium 4D tensor shapes. */
390class Medium4DShapes final : public ShapeDataset

Callers 2

StackLayer.cppFile · 0.85
StackLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected