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

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

Interface NodeAddon

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

プロパティー#

Core

  • Core: CoreConstructor

PartialShape

  • PartialShape: PartialShapeConstructor

テンソル

  • Tensor: TensorConstructor

element

  • element: typeof element
    • タイプ宣言:

preprocess

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