Revert "fix return type for bool functions"

This reverts commit d2ce966c46.
Undo tensorrt8 changes on the master branch
This commit is contained in:
perseusdg
2021-08-16 14:04:17 +05:30
parent eba78e7e78
commit f58776c046
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -183,7 +183,6 @@ class SegmentationNN {
checkCuda(cudaMemcpyAsync(mean_d, mean.data(), mean.size() * sizeof(float), cudaMemcpyHostToDevice, netRT->stream));
checkCuda(cudaMemcpyAsync(stddev_d, stddev.data(), stddev.size() * sizeof(float), cudaMemcpyHostToDevice, netRT->stream));
return true;
}