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)