@@ -228,7 +228,7 @@ the selected candidate’s IDs in each time step can be stored in a <code cl
<p>The current <codeclass="docutils literal"><spanclass="pre">LoDTensor</span></code> is designed to store levels of variable-length sequences. It stores several arrays of integers where each represents a level.</p>
<p>The integers in each level represent the begin and end (not inclusive) offset of a sequence <strong>in the underlying tensor</strong>,
let’s call this format the <strong>absolute-offset LoD</strong> for clarity.</p>
<p>The relative-offset LoD can retrieve any sequence very quickly but fails to represent empty sequences, for example, a two-level LoD is as follows</p>
<p>The absolute-offset LoD can retrieve any sequence very quickly but fails to represent empty sequences, for example, a two-level LoD is as follows</p>
@@ -247,7 +247,7 @@ the selected candidate’s IDs in each time step can be stored in a <code cl
<p>The current <codeclass="docutils literal"><spanclass="pre">LoDTensor</span></code> is designed to store levels of variable-length sequences. It stores several arrays of integers where each represents a level.</p>
<p>The integers in each level represent the begin and end (not inclusive) offset of a sequence <strong>in the underlying tensor</strong>,
let’s call this format the <strong>absolute-offset LoD</strong> for clarity.</p>
<p>The relative-offset LoD can retrieve any sequence very quickly but fails to represent empty sequences, for example, a two-level LoD is as follows</p>
<p>The absolute-offset LoD can retrieve any sequence very quickly but fails to represent empty sequences, for example, a two-level LoD is as follows</p>