import { type BackendLoader } from "https://deno.land/x/netsaur@0.2.14/src/core/engine.ts";
The Backend Loader is responsible for loading the backend and setting it up.
Methods
Setup the backend. Returns true if the backend was successfully setup.
loadBackend(config: NetworkConfig): Backend
Load the backend from a config.
loadFile(path: string): Sequential
Load a model from a safe tensors file path.
load(data: Uint8Array): Sequential
Load a model from Uint8Array data.