Property addon#

The openvino-node package exports addon which contains the following properties:

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

Properties#

Core

Core: CoreConstructor

Type declaration

PartialShape

PartialShape: PartialShapeConstructor

Type declaration

Tensor

Tensor: TensorConstructor

Type declaration

element

element: typeof element

Type declaration

preprocess

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

Type declaration