operator=接口 接口功能禁用InferTensor的拷贝赋值函数。 接口格式InferTensor &operator=(const InferTensor &other) = delete; 接口参数 参数 是否必选 说明 取值要求 other 是 其他的InferTensor对象。 InferTensor对象。 使用样例无。 返回值无。 父主题: InferTensor