Name Description Size Coverage
LlamaCppPipeline.mjs @import {ProgressAndStatusCallbackParams} from "../../content/Utils.sys.mjs" 11467 -
LlamaPipeline.mjs @typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams 13146 -
ONNXPipeline.mjs global Tensor, InferenceSession 35093 -
OpenAIPipeline.mjs @typedef {import("../../content/Utils.sys.mjs").ProgressAndStatusCallbackParams} ProgressAndStatusCallbackParams 12129 -
Pipeline.mjs Initializes and returns the appropriate backend pipeline based on the given options. @param {object} consumer - The worker object that interacts with the backend. @param {ArrayBuffer} wasm - The WebAssembly module required for execution. @param {object} options - Configuration options for the pipeline. @returns {Promise<object>} A promise that resolves to the initialized pipeline. 3128 -
StaticEmbeddingsPipeline.d.ts 3003 -
StaticEmbeddingsPipeline.mjs @import { PipelineOptions } from "chrome://global/content/ml/EngineProcess.sys.mjs" @import { BackendError } from "./Pipeline.mjs" @import { MLEngineWorker } from "../MLEngine.worker.mjs" @import { TypedArray } from "../../ml.d.ts" @import { EmbeddingDType, EmbeddingRequest, EmbeddingResponse, PreTrainedTokenizer } from "./StaticEmbeddingsPipeline.d.ts" 12949 -