获得推理输入张量的维度信息。
const std::vector<int64_t> &Shape() const;
无。
获取输入数据维度信息。
1
std::vector<int64_t> shape = input->Shape();
输入张量的维度信息。