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
<spanid="hls4ml-model-optimizer-passes-pad-const-module"></span><h2>hls4ml.model.optimizer.passes.pad_const module<aclass="headerlink" href="#module-hls4ml.model.optimizer.passes.pad_const" title="Link to this heading"></a></h2>
<emclass="property"><spanclass="pre">class</span><spanclass="w"></span></em><spanclass="sig-prename descclassname"><spanclass="pre">hls4ml.model.optimizer.passes.pad_const.</span></span><spanclass="sig-name descname"><spanclass="pre">PaddingConstant</span></span><aclass="headerlink" href="#hls4ml.model.optimizer.passes.pad_const.PaddingConstant" title="Link to this definition"></a></dt>
<spanclass="sig-name descname"><spanclass="pre">match</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">node</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#hls4ml.model.optimizer.passes.pad_const.PaddingConstant.match" title="Link to this definition"></a></dt>
<ddclass="field-odd"><p><strong>node</strong> (<aclass="reference internal" href="hls4ml.model.html#hls4ml.model.layers.Layer" title="hls4ml.model.layers.Layer"><em>Layer</em></a>) – Node in the model graph to try matching the optimizer on.</p>
<spanclass="sig-name descname"><spanclass="pre">transform</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">model</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">node</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#hls4ml.model.optimizer.passes.pad_const.PaddingConstant.transform" title="Link to this definition"></a></dt>
1392
+
<dd><p>Remove Constant node(s) from the graph. Note, padding is already present in ZeroPadding node.</p>
<spanid="hls4ml-model-optimizer-passes-qkeras-module"></span><h2>hls4ml.model.optimizer.passes.qkeras module<aclass="headerlink" href="#module-hls4ml.model.optimizer.passes.qkeras" title="Link to this heading"></a></h2>
<li><ahref="autodoc/hls4ml.backends.fpga.html#hls4ml.backends.fpga.fpga_types.PackedTypeConverter">PackedTypeConverter (class in hls4ml.backends.fpga.fpga_types)</a>
4883
4894
</li>
4884
4895
<li><ahref="autodoc/hls4ml.model.optimizer.passes.html#hls4ml.model.optimizer.passes.bit_exact.pad_arrs">pad_arrs() (in module hls4ml.model.optimizer.passes.bit_exact)</a>
4896
+
</li>
4897
+
<li><ahref="autodoc/hls4ml.model.optimizer.passes.html#hls4ml.model.optimizer.passes.pad_const.PaddingConstant">PaddingConstant (class in hls4ml.model.optimizer.passes.pad_const)</a>
4885
4898
</li>
4886
4899
<li><ahref="autodoc/hls4ml.backends.catapult.passes.html#hls4ml.backends.catapult.passes.core_templates.ParamActivationConfigTemplate">ParamActivationConfigTemplate (class in hls4ml.backends.catapult.passes.core_templates)</a>
4887
4900
@@ -5020,6 +5033,8 @@ <h2 id="P">P</h2>
5020
5033
<li><ahref="autodoc/hls4ml.report.html#hls4ml.report.oneapi_report.parse_oneapi_report">parse_oneapi_report() (in module hls4ml.report.oneapi_report)</a>
5021
5034
</li>
5022
5035
<li><ahref="autodoc/hls4ml.converters.html#hls4ml.converters.onnx_to_hls.parse_onnx_model">parse_onnx_model() (in module hls4ml.converters.onnx_to_hls)</a>
5036
+
</li>
5037
+
<li><ahref="autodoc/hls4ml.converters.onnx.html#hls4ml.converters.onnx.reshape.parse_pad_layer">parse_pad_layer() (in module hls4ml.converters.onnx.reshape)</a>
5023
5038
</li>
5024
5039
<li><ahref="autodoc/hls4ml.converters.keras.html#hls4ml.converters.keras.reshape.parse_permute_layer">parse_permute_layer() (in module hls4ml.converters.keras.reshape)</a>
<li><ahref="autodoc/hls4ml.converters.onnx.html#hls4ml.converters.onnx.reshape.parse_resize_layer">parse_resize_layer() (in module hls4ml.converters.onnx.reshape)</a>
5065
-
</li>
5066
5079
</ul></td>
5067
5080
<tdstyle="width: 33%; vertical-align: top;"><ul>
5081
+
<li><ahref="autodoc/hls4ml.converters.onnx.html#hls4ml.converters.onnx.reshape.parse_resize_layer">parse_resize_layer() (in module hls4ml.converters.onnx.reshape)</a>
5082
+
</li>
5068
5083
<li><ahref="autodoc/hls4ml.converters.keras.html#hls4ml.converters.keras.recurrent.parse_rnn_layer">parse_rnn_layer() (in module hls4ml.converters.keras.recurrent)</a>
Copy file name to clipboardExpand all lines: intro/status.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@
140
140
<h1>Status and Features<aclass="headerlink" href="#status-and-features" title="Link to this heading"></a></h1>
141
141
<sectionid="status">
142
142
<h2>Status<aclass="headerlink" href="#status" title="Link to this heading"></a></h2>
143
-
<p>The latest version (built from <codeclass="docutils literal notranslate"><spanclass="pre">main</span></code>) is 1.2.0.dev81+gf43776dd.
143
+
<p>The latest version (built from <codeclass="docutils literal notranslate"><spanclass="pre">main</span></code>) is 1.2.0.dev82+gb493ea7f.
144
144
The stable version (released on PyPI) is 1.1.0.
145
145
See the <aclass="reference internal" href="release_notes.html#release-notes"><spanclass="std std-ref">Release Notes</span></a> section for a changelog.</p>
0 commit comments