@huggingface/transformers
Version:
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
13 lines • 882 B
TypeScript
export class TensorOpRegistry {
static session_options: {};
static get nearest_interpolate_4d(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get bilinear_interpolate_4d(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get bicubic_interpolate_4d(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get matmul(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get stft(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get rfft(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
static get top_k(): Promise<(arg0: Record<string, Tensor>) => Promise<[Tensor, Tensor]>>;
static get slice(): Promise<(arg0: Record<string, Tensor>) => Promise<Tensor>>;
}
import { Tensor } from "../utils/tensor.js";
//# sourceMappingURL=registry.d.ts.map