ホーム › AI.MachineLearning.WinML › IMLOperatorKernelCreationContext
IMLOperatorKernelCreationContext
COMメソッド 9
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | DWORD GetInputCount() |
| 8 | DWORD GetOutputCount() |
| 9 | BOOLEAN IsInputValid(DWORD inputIndex) |
| 10 | BOOLEAN IsOutputValid(DWORD outputIndex) |
| 11 | HRESULT GetInputEdgeDescription(DWORD inputIndex, MLOperatorEdgeDescription* edgeDescription) |
| 12 | HRESULT GetOutputEdgeDescription(DWORD outputIndex, MLOperatorEdgeDescription* edgeDescription) |
| 13 | BOOLEAN HasTensorShapeDescription() |
| 14 | HRESULT GetTensorShapeDescription(IMLOperatorTensorShapeDescription** shapeDescription) |
| 15 | void GetExecutionInterface(IUnknown** executionObject) |