From 422127e33dd683494e35eefae59d21776da8f013 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 1 Dec 2020 06:27:32 +0300 Subject: [PATCH] API changes updates for 2021.2 (#3419) --- docs/IE_DG/API_Changes.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/IE_DG/API_Changes.md b/docs/IE_DG/API_Changes.md index cd3311b6a22fc7..41681e58d8a3ad 100644 --- a/docs/IE_DG/API_Changes.md +++ b/docs/IE_DG/API_Changes.md @@ -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