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