DML_SIZE_2D 構造体 (directml.h)

テンソル内の要素の 2-D 平面、2-D スケール、または任意の 2-D 幅/高さの値のサイズ (DirectML 演算子に提供される) を表すことができる値が含まれます。

構文

struct DML_SIZE_2D {
  UINT Width;
  UINT Height;
};

メンバー

Width

型: UINT

幅。

Height

型: UINT

高さ。

要件

   
Header directml.h