extent::tile 方法

将生成 tiled_extent 指定的平铺尺寸的对象。

template <
   int _Dim0                     
>
tiled_extent<_Dim0> tile() const ;
                     
template <
   int _Dim0,
   int _Dim1                     
>
tiled_extent<_Dim0, _Dim1> tile() const ;
                     
template <
   int _Dim0,
   int _Dim1,
   int _Dim2                     
>
tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ;

参数

  • _Dim0
    平铺的扩展盘区的最重要的组件。

  • _Dim1
    平铺的扩展盘区中的下一步-到-最高有效部分。

  • _Dim2
    平铺的扩展盘区的最不重要的组件。

要求

标题: amp.h

命名空间: 并发

请参见

参考

extent 类 (C++ AMP)