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

Class Large5dShapes

tests/datasets/ShapeDatasets.h:623–629  ·  view source on GitHub ↗

Data set containing large 5D tensor shapes. */

Source from the content-addressed store, hash-verified

621
622/** Data set containing large 5D tensor shapes. */
623class Large5dShapes final : public ShapeDataset
624{
625public:
626 Large5dShapes() : ShapeDataset("Shape", {TensorShape{30U, 40U, 30U, 32U, 3U}})
627 {
628 }
629};
630
631/** Data set containing small 5x1 tensor shapes. */
632class Small5x1Shapes final : public ShapeDataset

Callers 3

Pooling3dLayer.cppFile · 0.85
Pooling3dLayer.cppFile · 0.85
Transpose.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected