Shape接口 接口功能获得推理输入张量的维度信息。 接口格式const std::vector<int64_t> &Shape() const; 接口参数无。 使用样例std::vector<int64_t> shape = input->Shape(); 返回值输入张量的维度信息。 父主题: Input类