RouteRt is not used
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
class RouteRT : public IPlugin {
|
class RouteRT : public IPlugin {
|
||||||
|
|
||||||
|
/**
|
||||||
|
THIS IS NOT USED ANYMORE
|
||||||
|
*/
|
||||||
|
|
||||||
public:
|
public:
|
||||||
RouteRT() {
|
RouteRT() {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user