Property addon#

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

Interface NodeAddon

export interface NodeAddon {
    Core: CoreConstructor;
    Tensor: TensorConstructor;
    PartialShape: PartialShapeConstructor;

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

Properties#

Core

PartialShape

Tensor

element

preprocess