FifoQueueDequeue replacer (#8891)

* added_replacer

* updated comments

* move cut to fifo_replacer

* extend shape serializer for parametr node

* warning message and docstrings

* docs update

* doc fix
This commit is contained in:
Yegor Kruglov
2021-12-24 11:38:21 +03:00
committed by GitHub
parent 6b8cfac82c
commit bd2880812f
6 changed files with 242 additions and 2 deletions

View File

@@ -269,7 +269,9 @@ Some TensorFlow\* operations do not match to any Inference Engine layer, but are
| Placeholder | |
| PlaceholderWithDefault | |
| Prod | |
| QueueDequeue | Supported only when it is part of a sub-graph of the special form |
| QueueDequeueUpToV2 | Supported only when it is part of a sub-graph of the special form |
| QueueDequeueV2 | Supported only when it is part of a sub-graph of the special form |
| RandomUniform | |
| RandomUniformInt | |
| Range | |