MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / loadUSE

Function loadUSE

intent-classifier/app/index.js:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26let use;
27async function loadUSE() {
28 if (use == null) {
29 use = await useLoader.load();
30 }
31 return use;
32}
33
34let intent;
35async function loadIntentClassifer(url) {

Callers 1

classifyFunction · 0.70

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected