Skip to content

Commit

Permalink
Update API docs (ab2b7f5).
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Apr 14, 2024
1 parent ad7145f commit 3587855
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions xml/Tensor_8cuh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,12 @@
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>///<sp/>Returns<sp/>a<sp/>read/write<sp/>view<sp/>of<sp/>a<sp/>portion<sp/>of<sp/>our<sp/>tensor.</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>__host__<sp/>__device__<sp/>inline<sp/>detail::SubTensor&lt;TensorType,<sp/>Dim<sp/>-<sp/>1,<sp/>PtrTraits&gt;</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>operator[](IndexT);</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>__host__<sp/>__device__<sp/>inline<sp/>detail::</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>SubTensor&lt;TensorType,<sp/>Dim<sp/>-<sp/>1,<sp/>PtrTraits&gt;<sp/>operator[](IndexT);</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>///<sp/>Returns<sp/>a<sp/>read/write<sp/>view<sp/>of<sp/>a<sp/>portion<sp/>of<sp/>our<sp/>tensor<sp/>(const).</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>__host__<sp/>__device__<sp/>inline<sp/>const<sp/>detail::</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>SubTensor&lt;TensorType,<sp/>Dim<sp/>-<sp/>1,<sp/>PtrTraits&gt;</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>operator[](IndexT)<sp/>const;</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>SubTensor&lt;TensorType,<sp/>Dim<sp/>-<sp/>1,<sp/>PtrTraits&gt;<sp/>operator[](IndexT)<sp/>const;</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>///<sp/>Returns<sp/>the<sp/>size<sp/>of<sp/>a<sp/>given<sp/>dimension,<sp/>`[0,<sp/>Dim<sp/>-<sp/>1]`.<sp/>No<sp/>bounds</highlight></codeline>
<codeline><highlight class="normal"><sp/><sp/><sp/><sp/>///<sp/>checking.</highlight></codeline>
Expand Down

0 comments on commit 3587855

Please sign in to comment.