backends |
|
|
BlockWords.sys.mjs |
This module contains based64 encoded english block word n-grams for ML features.
|
13475 |
ClusterAlgos.sys.mjs |
This module has math utility functions around clustering from a list of vectors
|
18581 |
EngineProcess.sys.mjs |
@typedef {import("../actors/MLEngineParent.sys.mjs").MLEngineParent} MLEngineParent
@typedef {import("../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams
|
30074 |
HttpInference.sys.mjs |
Handle various kinds of ai/ml http inference APIs.
|
4997 |
MLEngine.worker.mjs |
The actual MLEngine lives here in a worker.
|
4194 |
ModelHub.sys.mjs |
@typedef {import("./Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams
|
60210 |
nlp |
|
|
OPFS.sys.mjs |
Retrieves a handle to a directory at the specified path in the Origin Private File System (OPFS).
@param {string|null} path - The path to the directory, using "/" as the directory separator.
Example: "subdir1/subdir2/subdir3"
If null, returns the root.
@param {object} options - Configuration object
@param {boolean} options.create - if `true` (default is false), create any missing subdirectories.
@returns {Promise<FileSystemDirectoryHandle>} - A promise that resolves to the directory handle
for the specified path.
|
7788 |
Utils.sys.mjs |
The name of the remote settings collection holding block list |
31744 |