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