</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in 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 ts-flagOptional">Optional</code><span>group</span><ahref="#group"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="#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/@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="#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/@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 ts-flagOptional">Optional</code><span>quantization</span><ahref="#quantization"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="#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/><span></span><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/><span></span><spanclass="tsd-kind-property">min</span><spanclass="tsd-signature-symbol">?: </span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">; </span><br/><span></span><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-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"><liclass="tsd-parameter"><h5><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></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag ts-flagOptional">Optional</code><spanclass="tsd-kind-property">min</span><spanclass="tsd-signature-symbol">?: </span><spanclass="tsd-signature-type">number</span></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag ts-flagOptional">Optional</code><spanclass="tsd-kind-property">scale</span><spanclass="tsd-signature-symbol">?: </span><spanclass="tsd-signature-type">number</span></h5></li></ul></div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in 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="#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>