RouteRt is not used

This commit is contained in:
Francesco Gatti
2020-04-21 19:50:45 +00:00
parent a91b2f46ba
commit 9655c29b94
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@
class RouteRT : public IPlugin { class RouteRT : public IPlugin {
/**
THIS IS NOT USED ANYMORE
*/
public: public:
RouteRT() { RouteRT() {
} }
+1 -1
View File
@@ -51,7 +51,7 @@ int main(int argc, char *argv[]) {
dnnType *out_d = (dnnType*) netRT.buffersRT[o]; dnnType *out_d = (dnnType*) netRT.buffersRT[o];
dnnType *out0_d = out_d; dnnType *out0_d = out_d;
dnnType *outI_d = out_d + netRT.buffersDIM[o].tot()*b; dnnType *outI_d = out_d + netRT.buffersDIM[o].tot()*b;
//ret_tensorrt |= checkResult(netRT.buffersDIM[o].tot(), outI_d, out0_d); ret_tensorrt |= checkResult(netRT.buffersDIM[o].tot(), outI_d, out0_d);
} }
} }
} }