Conversation
There was a problem hiding this comment.
@l-bat, there are still number of getTensorDesc() which, probably, could be replaced:
blob->getTensorDesc().getDims(); -> blob->getDims();
blob->getTensorDesc().getPrecision(); -> blob->getPrecision();
and so on. Can you please check all of them? (Ctrl+F for "getTensorDesc().")
I have already replaced it wherever possible |
|
|
||
| ieLayer.getInputPorts()[1].setParameter("type", "weights"); | ||
|
|
||
| // Fake blob which will be moved to inputs (as weights). |
dkurt
left a comment
There was a problem hiding this comment.
👍 Let's merge it. Thanks! I'll enable some tests and skip two tests which break Myriad device in a separate PR.
Uh oh!
There was an error while loading. Please reload this page.