プロパティー・アドオン#

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

Interface NodeAddon

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

プロパティー#

Core

PartialShape

テンソル

element

preprocess