[MO|nGraph]GatherND_8 (#7743)
* Add GatherND_8 operation * Update shape infer function and tests * Initial commit for nGraph GatherND_8 operation * Add GatherNDBase class implementation * Fix base class errors * Add missrd header * Update base class * Update GatherND_8 implementation * Fix codestyle * Fix wrong rank * Implement tests for gatherND_8 shape inference function * fix codestyle * Add limitation to doc * Siplyfy check in shape inference * Add more test cases * Update shape inference function * Add more test cases to cover all case with dynamic input shapes * Update shape inference function * Refactor tests * Add visitor tests for gatherND_8 operation * Correct comment * Add additional check is shape inference function * Update shape inference implementation for gathernd operartion * Fix codestyle * Remove restriction for data is fully defined * Update shape inference functon * Fix missed check for nonetype * Remove redundant checks for batch_dims * Fix codestyle
This commit is contained in:
committed by
GitHub
parent
76994c6ec9
commit
c8e1c8e3eb
@@ -525,7 +525,7 @@ Some TensorFlow\* operations do not match to any Inference Engine layer, but are
|
||||
| GRU | |
|
||||
| Gather | |
|
||||
| GatherElements | Doesn't work with negative indices |
|
||||
| GatherND | |
|
||||
| GatherND | Doesn't work with negative indices |
|
||||
| GatherTree | |
|
||||
| Gemm | |
|
||||
| GlobalAveragePool | |
|
||||
|
||||
Reference in New Issue
Block a user