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;
}
Defined in: addon.ts:669
Properties#
Core
Core: CoreConstructor
Type declaration:
CoreConstructor: CoreConstructor
Defined in: addon.ts:670
PartialShape
PartialShape: PartialShapeConstructor
Type declaration:
PartialShapeConstructor: PartialShapeConstructor
Defined in: addon.ts:672
Tensor
Tensor: TensorConstructor
Type declaration:
TensorConstructor: TensorConstructor
Defined in: addon.ts:671
element
element: typeof element
Type declaration:
element: typeof element
Defined in: addon.ts:678
preprocess
preprocess: { resizeAlgorithm: typeof resizeAlgorithm; PrePostProcessor: PrePostProcessorConstructor; }
Type declaration:
resizeAlgorithm: typeof resizeAlgorithm
PrePostProcessor: PrePostProcessorConstructor
Defined in: addon.ts:674