arm_compute v18.05
diff --git a/documentation/_graph_8h.xhtml b/documentation/_graph_8h.xhtml
index c5898fa..79a4199 100644
--- a/documentation/_graph_8h.xhtml
+++ b/documentation/_graph_8h.xhtml
@@ -40,7 +40,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">Compute Library
-   &#160;<span id="projectnumber">18.03</span>
+   &#160;<span id="projectnumber">18.05</span>
    </div>
   </td>
  </tr>
@@ -115,20 +115,23 @@
 <div class="header">
   <div class="summary">
 <a href="#nested-classes">Data Structures</a> &#124;
-<a href="#namespaces">Namespaces</a> &#124;
-<a href="#func-members">Functions</a>  </div>
+<a href="#namespaces">Namespaces</a>  </div>
   <div class="headertitle">
 <div class="title">Graph.h File Reference</div>  </div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><code>#include &quot;<a class="el" href="_c_l_types_8h_source.xhtml">arm_compute/core/CL/CLTypes.h</a>&quot;</code><br />
+<div class="textblock"><code>#include &quot;<a class="el" href="_edge_8h_source.xhtml">arm_compute/graph/Edge.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" href="_i_node_8h_source.xhtml">arm_compute/graph/INode.h</a>&quot;</code><br />
-<code>#include &quot;<a class="el" href="_i_tensor_object_8h_source.xhtml">arm_compute/graph/ITensorObject.h</a>&quot;</code><br />
-<code>#include &quot;<a class="el" href="graph_2_sub_tensor_8h_source.xhtml">arm_compute/graph/SubTensor.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" href="graph_2_tensor_8h_source.xhtml">arm_compute/graph/Tensor.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" href="arm__compute_2graph_2_types_8h_source.xhtml">arm_compute/graph/Types.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_mutex_8h_source.xhtml">support/Mutex.h</a>&quot;</code><br />
 <code>#include &quot;<a class="el" href="_toolchain_support_8h_source.xhtml">support/ToolchainSupport.h</a>&quot;</code><br />
+<code>#include &lt;map&gt;</code><br />
 <code>#include &lt;memory&gt;</code><br />
+<code>#include &lt;string&gt;</code><br />
+<code>#include &lt;thread&gt;</code><br />
+<code>#include &lt;utility&gt;</code><br />
+<code>#include &lt;vector&gt;</code><br />
 </div>
 <p><a href="_graph_8h_source.xhtml">Go to the source code of this file.</a></p>
 <table class="memberdecls">
@@ -145,28 +148,6 @@
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:namespacearm__compute_1_1graph"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml">arm_compute::graph</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
-</table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
-Functions</h2></td></tr>
-<tr class="memitem:a2efd084c3be5fb3d31d18dad2356adb2"><td class="memItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#a2efd084c3be5fb3d31d18dad2356adb2">operator&lt;&lt;</a> (Graph &amp;graph, TensorInfo &amp;&amp;info)</td></tr>
-<tr class="memdesc:a2efd084c3be5fb3d31d18dad2356adb2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to add a tensor through its tensor info to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#a2efd084c3be5fb3d31d18dad2356adb2">More...</a><br /></td></tr>
-<tr class="separator:a2efd084c3be5fb3d31d18dad2356adb2"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:af74657490f0ad1d26a5f2fc66e6f714b"><td class="memItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#af74657490f0ad1d26a5f2fc66e6f714b">operator&lt;&lt;</a> (Graph &amp;graph, Tensor &amp;&amp;tensor)</td></tr>
-<tr class="memdesc:af74657490f0ad1d26a5f2fc66e6f714b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to add a tensor to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#af74657490f0ad1d26a5f2fc66e6f714b">More...</a><br /></td></tr>
-<tr class="separator:af74657490f0ad1d26a5f2fc66e6f714b"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a6a9e9d15935327ac72e6092f1515e288"><td class="memItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#a6a9e9d15935327ac72e6092f1515e288">operator&lt;&lt;</a> (Graph &amp;graph, SubTensor &amp;&amp;sub_tensor)</td></tr>
-<tr class="memdesc:a6a9e9d15935327ac72e6092f1515e288"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to add a sub-tensor to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#a6a9e9d15935327ac72e6092f1515e288">More...</a><br /></td></tr>
-<tr class="separator:a6a9e9d15935327ac72e6092f1515e288"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a725998e120c435baf95be7f3b82d040c"><td class="memItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#a725998e120c435baf95be7f3b82d040c">operator&lt;&lt;</a> (Graph &amp;graph, TargetHint target_hint)</td></tr>
-<tr class="memdesc:a725998e120c435baf95be7f3b82d040c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to provide a target hint to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#a725998e120c435baf95be7f3b82d040c">More...</a><br /></td></tr>
-<tr class="separator:a725998e120c435baf95be7f3b82d040c"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:ac0f8aa9f361e0a773040ee321f599ad7"><td class="memItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#ac0f8aa9f361e0a773040ee321f599ad7">operator&lt;&lt;</a> (Graph &amp;graph, ConvolutionMethodHint conv_method_hint)</td></tr>
-<tr class="memdesc:ac0f8aa9f361e0a773040ee321f599ad7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to provide a convolution method hint to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#ac0f8aa9f361e0a773040ee321f599ad7">More...</a><br /></td></tr>
-<tr class="separator:ac0f8aa9f361e0a773040ee321f599ad7"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:abfc34f1a04c997ae804b16ed4173f36d"><td class="memTemplParams" colspan="2">template&lt;typename Node &gt; </td></tr>
-<tr class="memitem:abfc34f1a04c997ae804b16ed4173f36d"><td class="memTemplItemLeft" align="right" valign="top">Graph &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1graph.xhtml#abfc34f1a04c997ae804b16ed4173f36d">operator&lt;&lt;</a> (Graph &amp;graph, Node node)</td></tr>
-<tr class="memdesc:abfc34f1a04c997ae804b16ed4173f36d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overloaded stream operator to add a node to the graph.  <a href="namespacearm__compute_1_1graph.xhtml#abfc34f1a04c997ae804b16ed4173f36d">More...</a><br /></td></tr>
-<tr class="separator:abfc34f1a04c997ae804b16ed4173f36d"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table>
 </div><!-- contents -->
 </div><!-- doc-content -->
@@ -174,7 +155,7 @@
 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
   <ul>
     <li class="navelem"><a class="el" href="dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="dir_99ae3712d1eecd2a93fc4d38b59a99ba.xhtml">graph</a></li><li class="navelem"><a class="el" href="_graph_8h.xhtml">Graph.h</a></li>
-    <li class="footer">Generated on Fri Mar 2 2018 12:37:55 for Compute Library by
+    <li class="footer">Generated on Wed May 23 2018 11:36:38 for Compute Library by
     <a href="http://www.doxygen.org/index.html">
     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
   </ul>