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