Minor fixes

This commit is contained in:
Marcos Luciano
2022-02-21 23:46:29 -03:00
parent 66962cfeb8
commit 555152064e
29 changed files with 416 additions and 541 deletions

View File

@@ -27,4 +27,4 @@ nvinfer1::ILayer* maxpoolLayer(
pool->setName(maxpoolLayerName.c_str());
return pool;
}
}