tkDNN works with trt8!!,need to test int8 and mobilenet,dla_cnet (fps seems to be a bit low 350 on trt8 compared to 396 on trt7)
This commit is contained in:
@@ -28,6 +28,7 @@ int main() {
|
||||
int ret = testInference(input_bins, output_bins, net, netRT);
|
||||
net->releaseLayers();
|
||||
delete net;
|
||||
netRT->destroy();
|
||||
delete netRT;
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user