You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
<span id="arrayfire-array-module"></span><h1>arrayfire.array module<a class="headerlink" href="#module-arrayfire.array" title="Permalink to this headline">¶</a></h1>
<dt><strong>key</strong><span class="classifier">str</span></dt><dd><p>A name / key associated with the array</p>
</dd>
<dt><strong>a</strong><span class="classifier">af.Array</span></dt><dd><p>The array to be stored to disk</p>
</dd>
<dt><strong>filename</strong><span class="classifier">str</span></dt><dd><p>Location of the data file.</p>
</dd>
<dt><strong>append</strong><span class="classifier">Boolean. optional. default: False.</span></dt><dd><p>If the file already exists, specifies if the data should be appended or overwritten.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><strong>index</strong><span class="classifier">int</span></dt><dd><p>The index of the array stored in the file.</p>
<dt><strong>conj</strong><span class="classifier">optional: bool. default: False.</span></dt><dd><p>Flag to specify if a complex conjugate needs to applied for complex inputs.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><strong>out</strong><span class="classifier">af.Array</span></dt><dd><p>Containing the tranpose of <cite>a</cite> for all batches.</p>
<li><p>Contains transposed values on exit.</p></li>
</ul>
</dd>
<dt><strong>conj</strong><span class="classifier">optional: bool. default: False.</span></dt><dd><p>Flag to specify if a complex conjugate needs to applied for complex inputs.</p>