GetDynamicBatch
Function Usage
Obtains the dynamic batch.
Prototype
1 | std::vector<int64_t> ModelInferenceProcessor::GetDynamicBatch() const; |
Parent topic: ModelInferenceProcessor
Obtains the dynamic batch.
1 | std::vector<int64_t> ModelInferenceProcessor::GetDynamicBatch() const; |