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

PartialShape

Tensor

element

preprocess