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

Class Large4DShapes

tests/datasets/ShapeDatasets.h:470–476  ·  view source on GitHub ↗

Data set containing large 4D tensor shapes. */

Source from the content-addressed store, hash-verified

468
469/** Data set containing large 4D tensor shapes. */
470class Large4DShapes final : public ShapeDataset
471{
472public:
473 Large4DShapes() : ShapeDataset("Shape", {TensorShape{320U, 123U, 3U, 3U}})
474 {
475 }
476};
477
478/** Data set containing small 3x3 tensor shapes. */
479class Small3x3Shapes final : public ShapeDataset

Callers 13

Permute.cppFile · 0.85
Flatten.cppFile · 0.85
ReduceMean.cppFile · 0.85
Permute.cppFile · 0.85
Permute.cppFile · 0.85
Transpose.cppFile · 0.85
Flatten.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected