Skip to content

Commit

Permalink
API changes updates for 2021.2 (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Dec 1, 2020
1 parent 1e1eafe commit 422127e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/IE_DG/API_Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ The sections below contain detailed list of changes made to the Inference Engine

**State API**

* InferRequest::QueryState query state value of network on current infer request
* IVariableState class instead of IMemoryState (rename)
* IVariableState::GetState instead of IMemoryState::GetLastState (rename)
* InferenceEngine::InferRequest::QueryState query state value of network on current infer request
* InferenceEngine::IVariableState class instead of IMemoryState (rename)
* InferenceEngine::IVariableState::GetState instead of IMemoryState::GetLastState (rename)

**BatchedBlob** - represents a InferenceEngine::BatchedBlob containing other blobs - one per batch.

**Transformations API** - added a new header `ie_transformations.hpp` which contains transformations for InferenceEngine::CNNNetwork object. Such transformations can be called prior to loading network for compilation for particular device:

* InferenceEngine::LowLatency

### Deprecated API

**State API**

* ExecutableNetwork::QueryState - use InferRequest::QueryState
* IVariableState::GetLastState - use IVariableState::GetState
* InferenceEngine::ExecutableNetwork::QueryState - use InferenceEngine::InferRequest::QueryState
* InferenceEngine::IVariableState::GetLastState - use InferenceEngine::IVariableState::GetState

## 2021.1

Expand Down

0 comments on commit 422127e

Please sign in to comment.