プロパティー・アドオン

openvino-node パッケージは、次のプロパティーを含む addon をエクスポートします。

interface NodeAddon {
    Core: CoreConstructor;
    PartialShape: PartialShapeConstructor;
    Tensor: TensorConstructor;
    element: typeof element;
    preprocess: {
        PrePostProcessor: PrePostProcessorConstructor;
        resizeAlgorithm: typeof resizeAlgorithm;
    };
}

プロパティー

Core

Core: CoreConstructor

タイプ宣言

PartialShape

PartialShape: PartialShapeConstructor

タイプ宣言

Tensor

Tensor: TensorConstructor

タイプ宣言

element

element: typeof element

タイプ宣言

preprocess

preprocess: {
    PrePostProcessor: PrePostProcessorConstructor;
    resizeAlgorithm: typeof resizeAlgorithm;
}

タイプ宣言