GetOutputShape
Function Usage
Obtains the shape of the output tensor.
Prototype
1 | std::vector<std::vector<int64_t>> ModelInferenceProcessor::GetOutputShape() const; |
Parent topic: ModelInferenceProcessor
Obtains the shape of the output tensor.
1 | std::vector<std::vector<int64_t>> ModelInferenceProcessor::GetOutputShape() const; |