We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84fcba commit 6f5d62eCopy full SHA for 6f5d62e
TensorRT/src/TRTClientFPGA.cc
@@ -33,7 +33,7 @@ void TRTClientFPGA<Client>::setup() {
33
std::unique_ptr<nic::InferContext::Options> options;
34
nic::InferContext::Options::Create(&options);
35
36
- options->SetBatchSize(batchSize_);
+ //do not set batch size (hardcoded in server)
37
for (const auto& output : context_->Outputs()) {
38
options->AddRawResult(output);
39
}
0 commit comments