提交 d73fa1ab 编写于 作者: T Travis CI

Deploy to GitHub Pages: 58f896c3

上级 a741056d
......@@ -9678,12 +9678,12 @@ var _hmt = _hmt || [];
<dt><a href="source/math/matrix/matrix.html#_CPPv2N6paddle12MatrixOffset5bRow_E">paddle::MatrixOffset::bRow_ (C++ member)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="source/math/matrix/matrix.html#_CPPv2N6paddle12MatrixOffset5cCol_E">paddle::MatrixOffset::cCol_ (C++ member)</a>
</dt>
</dl></td>
<td style="width: 33%" valign="top"><dl>
<dt><a href="source/math/matrix/matrix.html#_CPPv2N6paddle12MatrixOffset5cRow_E">paddle::MatrixOffset::cRow_ (C++ member)</a>
</dt>
......@@ -13221,6 +13221,10 @@ var _hmt = _hmt || [];
</dt>
<dt><a href="source/utils/queue.html#_CPPv2N6paddle5Queue15waitNotEmptyForEi">paddle::Queue::waitNotEmptyFor (C++ function)</a>
</dt>
<dt><a href="source/utils/queue.html#_CPPv2N6paddle5QueueD0Ev">paddle::Queue::~Queue (C++ function)</a>
</dt>
......
无法预览此类型文件
此差异已折叠。
......@@ -190,6 +190,23 @@ var _hmt = _hmt || [];
<dd><p>wait util queue is empty </p>
</dd></dl>
<dl class="function">
<dt id="_CPPv2N6paddle5Queue15waitNotEmptyForEi">
<span id="paddle::Queue::waitNotEmptyFor__i"></span><span class="target" id="paddleclasspaddle_1_1Queue_1a2e21790ab2a03898307814c188ddcac1"></span>bool <code class="descname">waitNotEmptyFor</code><span class="sig-paren">(</span>int <em>seconds</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N6paddle5Queue15waitNotEmptyForEi" title="Permalink to this definition"></a></dt>
<dd><p>wait queue is not empty at most for some seconds. </p>
<p><dl class="docutils">
<dt><strong>Return</strong></dt>
<dd>true if queue is not empty. false if timeout. </dd>
<dt><strong>Parameters</strong></dt>
<dd><ul class="breatheparameterlist first last">
<li><code class="first docutils literal"><span class="pre">seconds</span></code> - <p>wait time limit. </p>
</li>
</ul>
</dd>
</dl>
</p>
</dd></dl>
</div>
</dd></dl>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册