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

Function getNumOfSavedModels

tfjs-node/src/saved_model.ts:460–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

458}
459
460export function getNumOfSavedModels() {
461 ensureTensorflowBackend();
462 const backend = nodeBackend();
463 return backend.getNumOfSavedModels();
464}

Callers

nothing calls this directly

Calls 3

ensureTensorflowBackendFunction · 0.90
nodeBackendFunction · 0.90
getNumOfSavedModelsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…