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

Class ConcatenateLayerShapes

tests/datasets/ShapeDatasets.h:863–872  ·  view source on GitHub ↗

Data set containing tensor shapes for ConcatenateLayer. */

Source from the content-addressed store, hash-verified

861
862/** Data set containing tensor shapes for ConcatenateLayer. */
863class ConcatenateLayerShapes final : public ShapeDataset
864{
865public:
866 ConcatenateLayerShapes()
867 : ShapeDataset("Shape",
868 {TensorShape{232U, 65U, 3U}, TensorShape{432U, 65U, 3U}, TensorShape{124U, 65U, 3U},
869 TensorShape{124U, 65U, 3U, 4U}})
870 {
871 }
872};
873
874/** Data set containing global pooling tensor shapes. */
875class GlobalPoolingShapes final : public ShapeDataset

Calls

no outgoing calls

Tested by

no test coverage detected