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

Class Small1DShapes

tests/datasets/ShapeDatasets.h:57–64  ·  view source on GitHub ↗

Data set containing small 1D tensor shapes. */

Source from the content-addressed store, hash-verified

55
56/** Data set containing small 1D tensor shapes. */
57class Small1DShapes final : public ShapeDataset
58{
59public:
60 Small1DShapes()
61 : ShapeDataset("Shape", {TensorShape{128U}, TensorShape{256U}, TensorShape{512U}, TensorShape{1024U}})
62 {
63 }
64};
65
66/** Data set containing tiny 2D tensor shapes. */
67class Tiny2DShapes final : public ShapeDataset

Callers 5

Transpose.cppFile · 0.85
StackLayer.cppFile · 0.85
CpuTranspose.cppFile · 0.85
Transpose.cppFile · 0.85
StackLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected