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

Class SoftmaxLayerSmallShapes

tests/datasets/ShapeDatasets.h:902–915  ·  view source on GitHub ↗

Data set containing small softmax layer shapes. */

Source from the content-addressed store, hash-verified

900
901/** Data set containing small softmax layer shapes. */
902class SoftmaxLayerSmallShapes final : public ShapeDataset
903{
904public:
905 SoftmaxLayerSmallShapes()
906 : ShapeDataset("Shape",
907 {
908 TensorShape{1U, 9U},
909 TensorShape{256U, 10U},
910 TensorShape{353U, 8U},
911 TensorShape{781U, 5U},
912 })
913 {
914 }
915};
916
917/** Data set containing large softmax layer shapes. */
918class SoftmaxLayerLargeShapes final : public ShapeDataset

Callers 5

SoftmaxLayer.cppFile · 0.85
CpuSoftmax.cppFile · 0.85
SoftmaxLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected