</div></section></div></details></section></section><sectionclass="tsd-panel-group tsd-member-group"><h2>Properties</h2><sectionclass="tsd-panel tsd-member"><aid="convertedBy"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>converted<wbr/>By</span><ahref="#convertedBy"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">converted<wbr/>By</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">null</span><spanclass="tsd-signature-symbol"> | </span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>What library or tool is responsible for converting the original model
to this format, applicable only if the model is output by a converter.</p>
<p>Used for debugging purposes. E.g., 'TensorFlow.js Converter v1.0.0'.</p>
<p>A value of <code>null</code> means the model artifacts are generated without any
conversion process (e.g., saved directly from a TensorFlow.js
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:246</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="format"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>format</span><ahref="#format"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">format</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>Hard-coded format name for models saved from TensorFlow.js or converted
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@tensorflow/tfjs-core/dist/io/types.d.ts:229</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="generatedBy"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>generated<wbr/>By</span><ahref="#generatedBy"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">generated<wbr/>By</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">string</span></div><divclass="tsd-comment tsd-typography"><p>What library is responsible for originally generating this artifact.</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:235</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="getWeightStream"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>get<wbr/>Weight<wbr/>Stream</span><ahref="#getWeightStream"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">get<wbr/>Weight<wbr/>Stream</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-signature-symbol">)</span><spanclass="tsd-signature-symbol"> =></span><spanclass="tsd-signature-type">ReadableStream</span><spanclass="tsd-signature-symbol"><</span><spanclass="tsd-signature-type">ArrayBuffer</span><spanclass="tsd-signature-symbol">></span><spanclass="tsd-signature-symbol">)</span></div><divclass="tsd-comment tsd-typography"><p>Returns a stream of the weights. Some models are too large to fit in
V8's memory heap, and <code>getWeightStream</code> loads their weights without storing
them all in memory at the same time.</p>
</div><divclass="tsd-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"><liclass="tsd-parameter-signature"><ulclass="tsd-signatures"><liclass="tsd-signature"id="getWeightStream.__type.__type-1"><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-signature-symbol">)</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">ReadableStream</span><spanclass="tsd-signature-symbol"><</span><spanclass="tsd-signature-type">ArrayBuffer</span><spanclass="tsd-signature-symbol">></span></li><liclass="tsd-description"><divclass="tsd-comment tsd-typography"><p>Returns a stream of the weights. Some models are too large to fit in
V8's memory heap, and <code>getWeightStream</code> loads their weights without storing
</div><h4class="tsd-returns-title">Returns <spanclass="tsd-signature-type">ReadableStream</span><spanclass="tsd-signature-symbol"><</span><spanclass="tsd-signature-type">ArrayBuffer</span><spanclass="tsd-signature-symbol">></span></h4><divclass="tsd-comment tsd-typography"></div></li></ul></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:224</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="initializerSignature"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>initializer<wbr/>Signature</span><ahref="#initializerSignature"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">initializer<wbr/>Signature</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">{}</span></div><divclass="tsd-comment tsd-typography"><p>Inputs and outputs signature for model initializer.</p>
</div><divclass="tsd-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"></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:264</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="modelInitializer"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>model<wbr/>Initializer</span><ahref="#modelInitializer"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">model<wbr/>Initializer</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">{}</span></div><divclass="tsd-comment tsd-typography"><p>Initializer for the model.</p>
</div><divclass="tsd-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"></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:201</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="signature"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>signature</span><ahref="#signature"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">signature</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">{}</span></div><divclass="tsd-comment tsd-typography"><p>Inputs and outputs signature for saved model.</p>
</div><divclass="tsd-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"></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:250</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="trainingConfig"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>training<wbr/>Config</span><ahref="#trainingConfig"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">training<wbr/>Config</span><spanclass="tsd-signature-symbol">?:</span><ahref="tf.io.TrainingConfig.html"class="tsd-signature-type tsd-kind-interface">TrainingConfig</a></div><divclass="tsd-comment tsd-typography"><p>Serialized configuration for the model's training.</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:205</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="userDefinedMetadata"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>user<wbr/>Defined<wbr/>Metadata</span><ahref="#userDefinedMetadata"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">user<wbr/>Defined<wbr/>Metadata</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">{ </span><br/><span></span>[<spanclass="tsd-kind-index-signature">key</span>: <spanclass="tsd-signature-type">string</span>]<spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-symbol">{}</span><spanclass="tsd-signature-symbol">; </span><br/><spanclass="tsd-signature-symbol">}</span></div><divclass="tsd-comment tsd-typography"><p>User-defined metadata about the model.</p>
</div><divclass="tsd-type-declaration"><h4>Type declaration</h4><ulclass="tsd-parameters"><liclass="tsd-parameter-index-signature"><h5><spanclass="tsd-signature-symbol">[</span><spanclass="tsd-kind-parameter">key</span>: <spanclass="tsd-signature-type">string</span><spanclass="tsd-signature-symbol">]: </span><spanclass="tsd-signature-symbol">{}</span></h5><ulclass="tsd-parameters"></ul></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:254</li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="weightData"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag ts-flagOptional">Optional</code><span>weight<wbr/>Data</span><ahref="#weightData"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">weight<wbr/>Data</span><spanclass="tsd-signature-symbol">?:</span><ahref="../types/tf.io.WeightData.html"class="tsd-signature-type tsd-kind-type-alias">WeightData</a></div><divclass="tsd-comment tsd-typography"><p>Binary buffer(s) for all weight values in the order specified by