@eclipse-docks/extension-in-browser-ml 0.7.71 → 0.7.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.js +1 -1
- package/dist/assets/{ml-worker-CpR18FZQ.js → ml-worker-Cxga53IO.js} +2 -2
- package/dist/assets/{ml-worker-CpR18FZQ.js.map → ml-worker-Cxga53IO.js.map} +1 -1
- package/dist/{in-browser-ml-extension-C4QPEYEY.js → in-browser-ml-extension-B_JuNITB.js} +2 -2
- package/dist/{in-browser-ml-extension-C4QPEYEY.js.map → in-browser-ml-extension-B_JuNITB.js.map} +1 -1
- package/dist/{in-browser-ml-service-BL4aSLZ-.js → in-browser-ml-service-18Xw5br1.js} +2 -2
- package/dist/{in-browser-ml-service-BL4aSLZ-.js.map → in-browser-ml-service-18Xw5br1.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getModelForTask, n as MLModel, r as MLTask, t as inBrowserMLService } from "./in-browser-ml-service-
|
|
1
|
+
import { i as getModelForTask, n as MLModel, r as MLTask, t as inBrowserMLService } from "./in-browser-ml-service-18Xw5br1.js";
|
|
2
2
|
export { MLModel, MLTask, getModelForTask, inBrowserMLService };
|
|
@@ -32909,7 +32909,7 @@ ${u}`, c = n.createShaderModule({
|
|
|
32909
32909
|
if (top_k === 1) toReturn.push(...vals);
|
|
32910
32910
|
else toReturn.push(vals);
|
|
32911
32911
|
}
|
|
32912
|
-
return Array.isArray(texts) || top_k === 1 ? toReturn : toReturn[0];
|
|
32912
|
+
return Array.isArray(texts) || top_k === 1 ? toReturn : /** @type {TextClassificationOutput[]} */ toReturn[0];
|
|
32913
32913
|
}
|
|
32914
32914
|
}
|
|
32915
32915
|
/**
|
|
@@ -45007,4 +45007,4 @@ ${u}`, c = n.createShaderModule({
|
|
|
45007
45007
|
//#endregion
|
|
45008
45008
|
})();
|
|
45009
45009
|
|
|
45010
|
-
//# sourceMappingURL=ml-worker-
|
|
45010
|
+
//# sourceMappingURL=ml-worker-Cxga53IO.js.map
|