Skip to content

Commit

Permalink
reorder of layers in text IR which failed on current master
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Elszkowski committed Feb 12, 2021
1 parent 19173ac commit 43fe35a
Showing 1 changed file with 20 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,11 @@
</back_edges>
<body>
<layers>
<layer id="0" name="20" type="Parameter" version="opset1">
<data element_type="f32" shape="1,1,512"/>
<output>
<port id="0" precision="FP32">
<dim>1</dim>
<dim>1</dim>
<dim>512</dim>
</port>
</output>
</layer>
<!--
***************************************************************************************
* nodes are place unordered to check if XmlDeserializer is not depend on layers order *
***************************************************************************************
-->
<layer id="1" name="7_const" type="Const" version="opset1">
<data element_type="i64" offset="0" shape="2" size="16"/>
<output>
Expand Down Expand Up @@ -193,6 +188,15 @@
</port>
</output>
</layer>
<layer id="13" name="18/sink_port_0" type="Result" version="opset1">
<input>
<port id="0">
<dim>1</dim>
<dim>1</dim>
<dim>512</dim>
</port>
</input>
</layer>
<layer id="9" name="471/outport/0/sink_port_0" type="Result" version="opset1">
<input>
<port id="0">
Expand Down Expand Up @@ -236,14 +240,15 @@
</port>
</output>
</layer>
<layer id="13" name="18/sink_port_0" type="Result" version="opset1">
<input>
<port id="0">
<layer id="0" name="20" type="Parameter" version="opset1">
<data element_type="f32" shape="1,1,512"/>
<output>
<port id="0" precision="FP32">
<dim>1</dim>
<dim>1</dim>
<dim>512</dim>
</port>
</input>
</output>
</layer>
</layers>
<edges>
Expand Down Expand Up @@ -297,4 +302,4 @@
<edge from-layer="3" from-port="4" to-layer="5" to-port="0"/>
<edge from-layer="3" from-port="5" to-layer="6" to-port="0"/>
</edges>
</net>
</net>

0 comments on commit 43fe35a

Please sign in to comment.