Buffer接口 接口功能获取输出张量数据地址指针。 接口格式virtual const void *Buffer() const noexcept = 0; 接口参数无。 使用样例uint64_t buffer= output->Buffer(); 返回值无。 父主题: Output类