MCPcopy Create free account
hub / github.com/tensorflow/tfjs / save

Method save

tfjs-converter/src/executor/graph_model_test.ts:361–365  ·  view source on GitHub ↗
(modelArtifacts: tfc.io.ModelArtifacts)

Source from the content-addressed store, hash-verified

359 savedArtifacts: tfc.io.ModelArtifacts;
360
361 async save(modelArtifacts: tfc.io.ModelArtifacts):
362 Promise<tfc.io.SaveResult> {
363 this.savedArtifacts = modelArtifacts;
364 return {modelArtifactsInfo: null};
365 }
366}
367
368describe('loadSync', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected