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
<codeclass="sig-name descname">get_stderr</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">lines</span><spanclass="p">:</span><spanclass="n">int</span><spanclass="o">=</span><spanclass="default_value">- 1</span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#systemds.context.SystemDSContext.get_stderr" title="Permalink to this definition">¶</a></dt>
See: <aclass="reference external" href="http://apache.github.io/systemds/site/dml-language-reference#readwrite-built-in-functions">http://apache.github.io/systemds/site/dml-language-reference#readwrite-built-in-functions</a> for more details
302
+
:return: an Operation Node, containing the read data.</p>
303
+
</dd></dl>
304
+
305
+
<dlclass="py method">
306
+
<dtid="systemds.context.SystemDSContext.scalar">
307
+
<codeclass="sig-name descname">scalar</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">v</span><spanclass="p">:</span><spanclass="n">Dict<spanclass="p">[</span>str<spanclass="p">, </span>Union<spanclass="p">[</span>DAGNode<spanclass="p">, </span>str<spanclass="p">, </span>int<spanclass="p">, </span>float<spanclass="p">, </span>bool<spanclass="p">]</span><spanclass="p">]</span></span></em><spanclass="sig-paren">)</span> → OperationNode<aclass="headerlink" href="#systemds.context.SystemDSContext.scalar" title="Permalink to this definition">¶</a></dt>
308
+
<dd><p>Construct an scalar value, this can contain str, float, double, integers and booleans.
309
+
:return: An <cite>OperationNode</cite> containing the scalar value.</p>
310
+
</dd></dl>
311
+
312
+
<dlclass="py method">
313
+
<dtid="systemds.context.SystemDSContext.seq">
314
+
<codeclass="sig-name descname">seq</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">start</span><spanclass="p">:</span><spanclass="n">Union<spanclass="p">[</span>float<spanclass="p">, </span>int<spanclass="p">]</span></span></em>, <emclass="sig-param"><spanclass="n">stop</span><spanclass="p">:</span><spanclass="n">Union<spanclass="p">[</span>float<spanclass="p">, </span>int<spanclass="p">]</span></span><spanclass="o">=</span><spanclass="default_value">None</span></em>, <emclass="sig-param"><spanclass="n">step</span><spanclass="p">:</span><spanclass="n">Union<spanclass="p">[</span>float<spanclass="p">, </span>int<spanclass="p">]</span></span><spanclass="o">=</span><spanclass="default_value">1</span></em><spanclass="sig-paren">)</span> → systemds.operator.operation_node.OperationNode<aclass="headerlink" href="#systemds.context.SystemDSContext.seq" title="Permalink to this definition">¶</a></dt>
315
+
<dd><p>Create a single column vector with values from <cite>start</cite> to <cite>stop</cite> and an increment of <cite>step</cite>.
316
+
If no stop is defined and only one parameter is given, then start will be 0 and the parameter will be interpreted as
0 commit comments