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

Class SoftmaxLayerLargeShapes

tests/datasets/ShapeDatasets.h:918–928  ·  view source on GitHub ↗

Data set containing large softmax layer shapes. */

Source from the content-addressed store, hash-verified

916
917/** Data set containing large softmax layer shapes. */
918class SoftmaxLayerLargeShapes final : public ShapeDataset
919{
920public:
921 SoftmaxLayerLargeShapes()
922 : ShapeDataset("Shape",
923 {TensorShape{1000U, 10U}
924
925 })
926 {
927 }
928};
929
930/** Data set containing large and small softmax layer 4D shapes. */
931class SoftmaxLayer4DShapes final : public ShapeDataset

Callers 4

SoftmaxLayer.cppFile · 0.85
SoftmaxLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected