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;
};
}
Defined in: addon.ts:591
Properties#
Core
Core: CoreConstructor
Type declaration:
CoreConstructor: CoreConstructor
Defined in: addon.ts:592
PartialShape
PartialShape: PartialShapeConstructor
Type declaration:
PartialShapeConstructor: PartialShapeConstructor
Defined in: addon.ts:594
Tensor
Tensor: TensorConstructor
Type declaration:
TensorConstructor: TensorConstructor
Defined in: addon.ts:593
element
element: typeof element
Type declaration:
element: typeof element
Defined in: addon.ts:600
preprocess
preprocess: { PrePostProcessor: PrePostProcessorConstructor; resizeAlgorithm: typeof resizeAlgorithm; }
Type declaration:
PrePostProcessor: PrePostProcessorConstructor
resizeAlgorithm: typeof resizeAlgorithm
Defined in: addon.ts:596