Commit 7cd3615f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16353 from dkurt:uninitialized_value

parents a67228cd 0d896af8
......@@ -98,7 +98,7 @@ private:
class SoftMaxSubgraph : public Subgraph
{
public:
SoftMaxSubgraph()
SoftMaxSubgraph() : axis(1)
{
int input = addNodeToMatch("");
int inpExp = addNodeToMatch("Exp", input);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment