class NativeBackend
implements Backend
import { NativeBackend } from "https://deno.land/x/netsaur@0.1.5/backends/native/backend.ts";
Constructors
new
NativeBackend(config: NetworkConfig | Deno.PointerValue)Methods
encodeLayer(layer: Layer): NativeLayer
feedForward(input: Matrix<"f32">): Matrix<"f32">
free(): void
initialize(_inputSize: Size, _batches: number): void
save(path: string)
toJSON(): undefined
Static Methods
load(path: string): NativeBackend