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