GetOutputFormat
Function Usage
Obtains the output data format.
Prototype
1 | std::vector<size_t> ModelInferenceProcessor::GetOutputFormat() const; |
Parent topic: ModelInferenceProcessor
Obtains the output data format.
1 | std::vector<size_t> ModelInferenceProcessor::GetOutputFormat() const; |