get_name接口 接口功能获取tensor名字。 C++函数原型const std::string &GetName() const Python函数get_name() 接口参数无。 使用样例name = infer_tensor.get_name() 父主题: InferTensor