mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 18:07:08 +08:00
Merge pull request #16353 from dkurt:uninitialized_value
This commit is contained in:
commit
7cd3615f9f
@ -98,7 +98,7 @@ private:
|
|||||||
class SoftMaxSubgraph : public Subgraph
|
class SoftMaxSubgraph : public Subgraph
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SoftMaxSubgraph()
|
SoftMaxSubgraph() : axis(1)
|
||||||
{
|
{
|
||||||
int input = addNodeToMatch("");
|
int input = addNodeToMatch("");
|
||||||
int inpExp = addNodeToMatch("Exp", input);
|
int inpExp = addNodeToMatch("Exp", input);
|
||||||
|
Loading…
Reference in New Issue
Block a user