mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 09:57:28 +08:00
Fix uninitialized value
This commit is contained in:
parent
a67228cd73
commit
0d896af8ec
@ -98,7 +98,7 @@ private:
|
||||
class SoftMaxSubgraph : public Subgraph
|
||||
{
|
||||
public:
|
||||
SoftMaxSubgraph()
|
||||
SoftMaxSubgraph() : axis(1)
|
||||
{
|
||||
int input = addNodeToMatch("");
|
||||
int inpExp = addNodeToMatch("Exp", input);
|
||||
|
Loading…
Reference in New Issue
Block a user