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

Class Large1DShapes

tests/datasets/ShapeDatasets.h:443–449  ·  view source on GitHub ↗

Data set containing large 1D tensor shapes. */

Source from the content-addressed store, hash-verified

441
442/** Data set containing large 1D tensor shapes. */
443class Large1DShapes final : public ShapeDataset
444{
445public:
446 Large1DShapes() : ShapeDataset("Shape", {TensorShape{1245U}})
447 {
448 }
449};
450
451/** Data set containing large 2D tensor shapes. */
452class Large2DShapes final : public ShapeDataset

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected