MCPcopy
hub / github.com/tensorflow/tfjs / load

Method load

tfjs-layers/src/models_test.ts:1874–1877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1872 }
1873
1874 async load(): Promise<io.ModelArtifacts> {
1875 return this.includeWeights ? {modelTopology, weightSpecs, weightData} :
1876 {modelTopology};
1877 }
1878 }
1879
1880 // A dummy IOHandler that doesn't have the `load` method implemented and

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected