Property addon

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

Interface NodeAddon

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

Properties

Core

Core: CoreConstructor

PartialShape

PartialShape: PartialShapeConstructor

Tensor

Tensor: TensorConstructor

element

element: typeof element
  • Type declaration:

preprocess

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