RouteRt is not used

This commit is contained in:
Francesco Gatti
2020-04-21 19:50:45 +00:00
parent 3d940a9fa2
commit 8caff5f598
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ int main(int argc, char *argv[]) {
dnnType *out_d = (dnnType*) netRT.buffersRT[o];
dnnType *out0_d = out_d;
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);
}
}
}