<spanid="hl_sequence2batch_copy__realP.realP.iP.i.i.b"></span><spanclass="target"id="paddlehl__sequence_8h_1a6e0b30bd2703b8232ac1d70022306a6a"></span>void <codeclass="descname">hl_sequence2batch_copy</code><spanclass="sig-paren">(</span>real *<em>batch</em>, real *<em>sequence</em>, int *<em>batchIndex</em>, int <em>seqWidth</em>, int <em>batchCount</em>, bool <em>seq2batch</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#_CPPv222hl_sequence2batch_copyP4realP4realPiiib"title="Permalink to this definition">¶</a></dt>
<spanid="hl_sequence2batch_copy__realP.realP.iCP.i.i.b"></span><spanclass="target"id="paddlehl__sequence_8h_1a13d7f834880527645555849e05278745"></span>void <codeclass="descname">hl_sequence2batch_copy</code><spanclass="sig-paren">(</span>real *<em>batch</em>, real *<em>sequence</em>, <emclass="property">const</em> int *<em>batchIndex</em>, int <em>seqWidth</em>, int <em>batchCount</em>, bool <em>seq2batch</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#_CPPv222hl_sequence2batch_copyP4realP4realPKiiib"title="Permalink to this definition">¶</a></dt>
<dd><p>Memory copy from sequence to batch. </p>
<dd><p>Memory copy from sequence to batch. </p>
<p>if seq2batch == true</p>
<p>if seq2batch == true</p>
<p>copy from sequence to batch: batch[i] = sequence[batchIndex[i]].</p>
<p>copy from sequence to batch: batch[i] = sequence[batchIndex[i]].</p>