</div></section></div></details></section></section><detailsclass="tsd-panel-group tsd-member-group tsd-accordion"open><summaryclass="tsd-accordion-summary"data-key="section-Properties"><h2><svgwidth="20"height="20"viewBox="0 0 24 24"fill="none"><usehref="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><sectionclass="tsd-panel tsd-member"><aid="dtype"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>dtype</span><ahref="#dtype"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">dtype</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">"string"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"float32"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"int32"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"bool"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"complex64"</span></div><divclass="tsd-comment tsd-typography"><p>Data type of the weight.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/.pnpm/@tensorflow+tfjs-core@4.22.0/node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:75</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="group"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag">Optional</code><span>group</span><ahref="#group"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">group</span><spanclass="tsd-signature-symbol">?:</span><ahref="../types/tf.io.WeightGroup.html"class="tsd-signature-type tsd-kind-type-alias">WeightGroup</a></div><divclass="tsd-comment tsd-typography"><p>Type of the weight.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/.pnpm/@tensorflow+tfjs-core@4.22.0/node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:84</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="name"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>name</span><ahref="#name"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">name</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>Name of the weight, e.g., 'Dense_1/bias'</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/.pnpm/@tensorflow+tfjs-core@4.22.0/node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:67</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="quantization"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag">Optional</code><span>quantization</span><ahref="#quantization"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">quantization</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">{</span><br/><spanclass="tsd-kind-property">dtype</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">"uint16"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"uint8"</span><spanclass="tsd-signature-symbol">|</span><spanclass="tsd-signature-type">"float16"</span><spanclass="tsd-signature-symbol">;</span><br/><spanclass="tsd-kind-property">min</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">;</span><br/><spanclass="tsd-kind-property">scale</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">;</span><br/><spanclass="tsd-signature-symbol">}</span></div><divclass="tsd-comment tsd-typography"><p>Information for dequantization of the weight.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/.pnpm/@tensorflow+tfjs-core@4.22.0/node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:88</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="shape"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>shape</span><ahref="#shape"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">shape</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">[]</span></div><divclass="tsd-comment tsd-typography"><p>Shape of the weight.</p>