Code cleanup and readme fixes

This commit is contained in:
perseusdg
2021-04-09 13:17:41 +05:30
parent 37b2a5bd98
commit 1de804f98d
8 changed files with 37 additions and 26 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ IPlugin* PluginFactory::createPlugin(const char* layerName, const void* serialDa
const char * buf = reinterpret_cast<const char*>(serialData),*bufCheck = buf;
std::string name(layerName);
std::cout<<name<<std::endl;
//std::cout<<name<<std::endl;
if(name.find("ActivationLeaky") == 0) {
ActivationLeakyRT *a = new ActivationLeakyRT();