プロパティー・アドオン#
openvino-node パッケージは、次のプロパティーを含む addon
をエクスポートします:
Interface NodeAddon
interface NodeAddon {
Core: CoreConstructor;
PartialShape: PartialShapeConstructor;
Tensor: TensorConstructor; element: typeof element;
preprocess: {
PrePostProcessor: PrePostProcessorConstructor;
resizeAlgorithm: typeof resizeAlgorithm;
};
}
addon.ts:591 で定義
プロパティー#
Core
Core: CoreConstructor
タイプ宣言
CoreConstructor: CoreConstructor
addon.ts:592 で定義
PartialShape
PartialShape: PartialShapeConstructor
タイプ宣言:
PartialShapeConstructor: PartialShapeConstructor
addon.ts:594 で定義
テンソル
Tensor: TensorConstructor
タイプ宣言:
TensorConstructor: TensorConstructor
addon.ts:593 で定義
element
element: typeof element
タイプ宣言:
element: typeof element
addon.ts:600 で定義
preprocess
preprocess: { PrePostProcessor: PrePostProcessorConstructor; resizeAlgorithm: typeof resizeAlgorithm; }
タイプ宣言:
PrePostProcessor: PrePostProcessorConstructor
resizeAlgorithm: typeof resizeAlgorithm
addon.ts:596 で定義