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

Method epsilon

src/graph/nodes/L2NormalizeLayerNode.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77float L2NormalizeLayerNode::epsilon() const
78{
79 return _epsilon;
80}
81
82NodeType L2NormalizeLayerNode::type() const
83{

Calls

no outgoing calls

Tested by

no test coverage detected