-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers
Description
@ttyio Hi,If the input batchsize is 50,what is the batchsize during inference?
Set as follows:dynamic shape([-1,4561])
auto profile = builder->createOptimizationProfile();
profile->setDimensions(“inputname”, OptProfileSelector::kMIN, Dims{8, 4561});
profile->setDimensions(“inputname”,, OptProfileSelector::kOPT, Dims{32, 4561});
profile->setDimensions(“inputname”,, OptProfileSelector::kMAX, Dims{64, 4561});
Metadata
Metadata
Assignees
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers