Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/backends/cpu/activation.ts>CPUActivationFn

Powerful machine learning, accelerated by WebGPU
Go to Latest
interface CPUActivationFn
import { type CPUActivationFn } from "https://deno.land/x/netsaur@0.1.5/backends/cpu/activation.ts";

Properties

name: string

Methods

activate(val: number): number
prime(val: number, error?: number): number