Browse Source

Pre Merge pull request !519 from 赵鲁鹏/com

pull/519/MERGE
赵鲁鹏 Gitee 3 years ago
parent
commit
a9cf064d56
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/tensorflow/tensorflow_parser_register.h

+ 1
- 1
parser/tensorflow/tensorflow_parser_register.h View File

@@ -39,7 +39,7 @@ class PARSER_FUNC_VISIBILITY TensorflowFinalizeable {

class PARSER_FUNC_VISIBILITY TensorflowReceiver {
public:
TensorflowReceiver(TensorflowFinalizeable &f) { f.Finalize(); }
explicit TensorflowReceiver(TensorflowFinalizeable &f) { f.Finalize(); }
~TensorflowReceiver() {}
};



Loading…
Cancel
Save