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
名前空間: Concurrency