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

Class Tiny1DShapes

tests/datasets/ShapeDatasets.h:43–54  ·  view source on GitHub ↗

Data set containing tiny 1D tensor shapes. */

Source from the content-addressed store, hash-verified

41
42/** Data set containing tiny 1D tensor shapes. */
43class Tiny1DShapes final : public ShapeDataset
44{
45public:
46 Tiny1DShapes()
47 : ShapeDataset("Shape",
48 {
49 TensorShape{2U},
50 TensorShape{3U},
51 })
52 {
53 }
54};
55
56/** Data set containing small 1D tensor shapes. */
57class Small1DShapes final : public ShapeDataset

Callers 2

Reverse.cppFile · 0.85
Reverse.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected