GetOutputShape
Function Usage
This function is used to obtain the shape of the output tensor.
Prototype
std::vector<std::vector<int64_t>> GetOutputShape() const;
Parent topic: ModelInferenceProcessor
This function is used to obtain the shape of the output tensor.
std::vector<std::vector<int64_t>> GetOutputShape() const;