Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.29 KB

api_details.md

File metadata and controls

29 lines (24 loc) · 2.29 KB

OpenVINO Core API

OpenVINO Core API contains two folders:

  • openvino - current public API, this part is described below.

Structure of Core API

 
 openvino/                  // Common folder with OpenVINO API
    core/             // Contains common classes which are responsible for model representation
    op/                 // Contains all supported OpenVINO operations
    opsets/         // Contains definitions of each official OpenVINO opset
    pass/             // Defines classes for developing transformation and several common transformations
    runtime/       // Contains OpenVINO tensor definition
 

Main structures for model representation

See also