Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/src/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.2/src/cpu/activation.ts";

Methods

activate(val: number): number
prime(val: number): number