GetInputShape
函数功能
获得输入张量的形状。
函数原型
std::vector<std::vector<int64_t>> ModelInferenceProcessor::GetInputShape() const;
父主题:
ModelInferenceProcessor