共用方式為


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)