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

Class SoftmaxLayer4DShapes

tests/datasets/ShapeDatasets.h:931–942  ·  view source on GitHub ↗

Data set containing large and small softmax layer 4D shapes. */

Source from the content-addressed store, hash-verified

929
930/** Data set containing large and small softmax layer 4D shapes. */
931class SoftmaxLayer4DShapes final : public ShapeDataset
932{
933public:
934 SoftmaxLayer4DShapes()
935 : ShapeDataset("Shape",
936 {
937 TensorShape{9U, 9U, 9U, 9U},
938 TensorShape{31U, 10U, 1U, 9U},
939 })
940 {
941 }
942};
943
944/** Data set containing 2D tensor shapes relative to an image size. */
945class SmallImageShapes final : public ShapeDataset

Callers 2

SoftmaxLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected