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

Method beta

src/graph/nodes/SoftmaxLayerNode.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40float SoftmaxLayerNode::beta() const
41{
42 return _beta;
43}
44
45bool SoftmaxLayerNode::forward_descriptors()
46{

Callers 3

configureMethod · 0.45
normalize_floatFunction · 0.45
normalization_layerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected