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